python310Packages.pytorch-metric-learning: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2023-05-29 05:55:43 +00:00
parent 5996187504
commit c06568b844

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "2.1.1";
version = "2.1.2";
disabled = isPy27;
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XQ7lHhtcsqANuNVmjNMRjVdvwVo5hIVqTeNrnMF80uE=";
hash = "sha256-B2gDPOQSJGg29xjJbZsWUrSalBnn+S8h+2j8NQ4tfTM=";
};
propagatedBuildInputs = [