python312Packages.pytorch-metric-learning: 2.7.0 -> 2.8.1 (#367046)

This commit is contained in:
Nick Cao
2024-12-21 10:04:22 -05:00
committed by GitHub
@@ -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 = [