python310Packages.pytorch-metric-learning: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm 2022-12-15 09:11:07 +00:00
parent 69ce4fbad8
commit 1b6e649d78

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "1.6.2";
version = "1.6.3";
disabled = isPy27;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-y/KqMqxSzTGsjwtbhHbFK+S4CX6yHC6tR6jdPWUzeGg=";
sha256 = "sha256-7ezD3TMmNI9wRBXz5Htz10XZZaSsD0jTpEldGpIot8k=";
};
propagatedBuildInputs = [