From e13d626b424f31242c6d9d2a11fe8cece0e31492 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 24 Nov 2023 20:20:17 +0100 Subject: [PATCH] python311Packages.timm: 0.9.11 -> 0.9.12 Diff: https://github.com/huggingface/pytorch-image-models/compare/refs/tags/v0.9.11...v0.9.12 Changelog: https://github.com/huggingface/pytorch-image-models/blob/v0.9.12/README.md#whats-new --- pkgs/development/python-modules/timm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/timm/default.nix b/pkgs/development/python-modules/timm/default.nix index a135332c3c05..90dfe5598785 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 = [