1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00: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 { buildPythonPackage rec {
pname = "pytorch-metric-learning"; pname = "pytorch-metric-learning";
version = "2.5.0"; version = "2.6.0";
pyproject = true; pyproject = true;
disabled = isPy27; disabled = isPy27;
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave"; owner = "KevinMusgrave";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1y7VCnzgwFOMeMloVdYyszNhf/zZlBJUjuF4qgA5c0A="; hash = "sha256-xlTqUUF+tUIbULd1B8XR18Kxd7kl2TRKdbp0GoAfi4g=";
}; };
build-system = [ build-system = [