Merge pull request #231035 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning

python310Packages.pytorch-metric-learning: 2.1.0 -> 2.1.1
This commit is contained in:
Weijia Wang 2023-05-11 10:47:01 +03:00 committed by GitHub
commit 3fe998034f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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