python312Packages.gpytorch: 1.11 -> 1.12

This commit is contained in:
R. Ryantm 2024-07-15 03:52:01 +00:00 committed by Dmitry Kalinkin
parent c5e1866b3d
commit f32dd9ae98

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "gpytorch";
version = "1.11";
version = "1.12";
format = "pyproject";
src = fetchFromGitHub {
owner = "cornellius-gp";
repo = pname;
rev = "v${version}";
hash = "sha256-cpkfjx5G/4duL1Rr4nkHTHi03TDcYbcx3bKP2Ny7Ijo=";
rev = "refs/tags/v${version}";
hash = "sha256-8W0QSiXl+C86m5yaI9KfGN92uA2VGjGwQt6DI/1NaQE=";
};
patches = [