python312Packages.pytorch-metric-learning: 2.7.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2024-12-21 07:55:03 +00:00
parent dba9da8beb
commit 722aee8855
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.7.0";
version = "2.8.1";
pyproject = true;
disabled = isPy27;
@@ -35,8 +35,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mxAl4GMyAWtvocc68Ac3z1+W13k9OOK7aQFfB7X0f9c=";
tag = "v${version}";
hash = "sha256-WO/gv8rKkxY3pR627WrEPVyvZnvUZIKMzOierIW8bJA=";
};
build-system = [