1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.pytorch-metric-learning: 2.5.0 -> 2.6.0 (#329715)

This commit is contained in:
Weijia Wang 2024-09-11 15:52:36 +02:00 committed by GitHub
commit 1a280ed8ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
disabled = isPy27;
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1y7VCnzgwFOMeMloVdYyszNhf/zZlBJUjuF4qgA5c0A=";
hash = "sha256-xlTqUUF+tUIbULd1B8XR18Kxd7kl2TRKdbp0GoAfi4g=";
};
build-system = [