summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-21 09:09:00 -0500
committerGitHub <noreply@github.com>2023-11-21 09:09:00 -0500
commit0b512d9245c8754d0a03f7e205b5e56e139bb396 (patch)
tree1aa1a5f2d9ee121baa14221a6b04b3f3391a805c
parentb91fcd40275ff78dcf3d4a8420adfabdf02c7086 (diff)
parentaa41b196bd7399365225b6a08368aef8ca11a91a (diff)
Merge pull request #268918 from GaetanLepage/timm
python311Packages.timm: 0.9.10 -> 0.9.11
-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 = [