summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-11-21 10:08:13 +0100
committerGaetan Lepage <gaetan@glepage.com>2023-11-21 10:13:59 +0100
commitaa41b196bd7399365225b6a08368aef8ca11a91a (patch)
tree29effb2412db0db55d686b84ed1e5da9df840393
parent791b44926beed326b0592d30e43dfaf886f6975e (diff)
python311Packages.timm: 0.9.10 -> 0.9.11
Diff: https://github.com/huggingface/pytorch-image-models/compare/refs/tags/v0.9.10...v0.9.11

Changelog: https://github.com/huggingface/pytorch-image-models/blob/v0.9.11/README.md#whats-new
-rw-r--r--pkgs/development/python-modules/timm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/timm/default.nix b/pkgs/development/python-modules/timm/default.nix
index fc944620e459b..a135332c3c05f 100644
--- a/pkgs/development/python-modules/timm/default.nix
+++ b/pkgs/development/python-modules/timm/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "timm";
-  version = "0.9.10";
+  version = "0.9.11";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "huggingface";
     repo = "pytorch-image-models";
     rev = "refs/tags/v${version}";
-    hash = "sha256-PyrJhyJmuF7BZzlQ4f5fiJY5fYFC1JPRLto5ljPVbY4=";
+    hash = "sha256-xa7oDa8fzQT+hixuszCqCoLYfJcMLeZcHLlBT9KUWUo=";
   };
 
   propagatedBuildInputs = [