lol

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

+2 -2
+2 -2
pkgs/development/python-modules/timm/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "timm"; 17 - version = "0.9.10"; 17 + version = "0.9.11"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "huggingface"; 24 24 repo = "pytorch-image-models"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-PyrJhyJmuF7BZzlQ4f5fiJY5fYFC1JPRLto5ljPVbY4="; 26 + hash = "sha256-xa7oDa8fzQT+hixuszCqCoLYfJcMLeZcHLlBT9KUWUo="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [