about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-09 16:20:37 +0200
committerGitHub <noreply@github.com>2023-04-09 16:20:37 +0200
commitb74e06a987d98182ac1c4b287a7fc4866fd7ef86 (patch)
tree11c1c404b66cdae17523e693b2e9b845240b4e17
parent2e4c842b4f9a9e3b9ed75f97e052829f4e29ca13 (diff)
parenta0883661e66917c2f7010f2d6481b84e98d4e2b3 (diff)
Merge pull request #225248 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning
python310Packages.pytorch-metric-learning: 2.0.1 -> 2.1.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 bf4f2c2df32a1..ae21c55935899 100644
--- a/pkgs/development/python-modules/pytorch-metric-learning/default.nix
+++ b/pkgs/development/python-modules/pytorch-metric-learning/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname   = "pytorch-metric-learning";
-  version = "2.0.1";
+  version = "2.1.0";
 
   disabled = isPy27;
 
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "KevinMusgrave";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-zB0g6GJcqWRhjJZgUWmTdG4fhBBfFR6yEM2FEOVLWIs=";
+    hash = "sha256-9MIwNsiuWobgBaD2kXHz5nwBy04dxmxpF+7qfZ2l77M=";
   };
 
   propagatedBuildInputs = [