From aa41b196bd7399365225b6a08368aef8ca11a91a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 21 Nov 2023 10:08:13 +0100 Subject: 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 --- pkgs/development/python-modules/timm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development') 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 = [ -- cgit 1.4.1