about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-13 00:46:11 -0500
committerGitHub <noreply@github.com>2022-09-13 00:46:11 -0500
commitb06f399b9f3deb92bcd3aba037caee75b9fd862f (patch)
tree8be124ed05a10533d9516cb9d94c5038883367fb
parent8a69a0ae4cf6f3155d062f95874013d2e3b8b33a (diff)
parentecaafbff29e17085f2ff0509ed72ee8ce4ae5e5e (diff)
downloadnixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.tar
nixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.tar.gz
nixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.tar.bz2
nixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.tar.lz
nixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.tar.xz
nixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.tar.zst
nixlib-b06f399b9f3deb92bcd3aba037caee75b9fd862f.zip
Merge pull request #190556 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning
python310Packages.pytorch-metric-learning: 1.5.1 -> 1.6.0
-rw-r--r--pkgs/development/python-modules/pytorch-metric-learning/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytorch-metric-learning/default.nix b/pkgs/development/python-modules/pytorch-metric-learning/default.nix
index 27b97af42b05..cce61a6b46d5 100644
--- a/pkgs/development/python-modules/pytorch-metric-learning/default.nix
+++ b/pkgs/development/python-modules/pytorch-metric-learning/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname   = "pytorch-metric-learning";
-  version = "1.5.1";
+  version = "1.6.0";
 
   disabled = isPy27;
 
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "KevinMusgrave";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-d7Ngd4SzGTJXtpgs2Jqb+y1aeMt9YUqIOft5ByDtRsc=";
+    sha256 = "sha256-DmipbtzfCkd85dZ/ECPT8tkwmt5AKPD6oWF3X7vRJPo=";
   };
 
   propagatedBuildInputs = [