about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-25 10:24:22 +0900
committerGitHub <noreply@github.com>2023-11-25 10:24:22 +0900
commit78bbb5becb84c1f3adabce6c4bed5d6e7c72a476 (patch)
tree1e19afdb6d29b30860b4ba5be6f5d8b1be76a06c /pkgs
parent019fc50e9b96b721fc8239db69f8dbfda9f2f4e6 (diff)
parente13d626b424f31242c6d9d2a11fe8cece0e31492 (diff)
Merge pull request #269698 from GaetanLepage/timm
python311Packages.timm: 0.9.11 -> 0.9.12
Diffstat (limited to 'pkgs')
-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 a135332c3c05f..90dfe55987850 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.11";
+  version = "0.9.12";
   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-xa7oDa8fzQT+hixuszCqCoLYfJcMLeZcHLlBT9KUWUo=";
+    hash = "sha256-dDd/Sjy4xmJlaAg+fOxxcuX3FX//uJJkW0q3AaeCfns=";
   };
 
   propagatedBuildInputs = [