python3Packages.gpy: 1.13.0 -> 1.13.1

https://github.com/SheffieldML/GPy/releases/tag/v.1.13.1
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:00 +02:00
parent 8685708a28
commit c149216a06
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "gpy";
version = "1.13.0";
version = "1.13.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "SheffieldML";
repo = "GPy";
rev = "refs/tags/v.${version}";
hash = "sha256-2HKKKBD/JFSeLQGvvgObxqxv9IHEKFnpaejdKbYZbmY=";
rev = "refs/tags/v${version}";
hash = "sha256-ykoGdXy1uagKrP9Nqn74mDESZwKVPq6wQgnHlCznevM=";
};
nativeBuildInputs = [ setuptools ];