python310Packages.timm: 0.9.7 -> 0.9.8

This commit is contained in:
Gaetan Lepage
2023-10-22 10:22:05 +02:00
parent f1f30f7178
commit 22b0608433
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "timm";
version = "0.9.7";
version = "0.9.8";
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-poLyhwdpZpSH0w95Uj5n/fRoMe7fK0auMDWUna1d6/U=";
hash = "sha256-NB4uj9gB6QGxhnQMoYXN16T8v/o8IZuRMnN7pDXmaj4=";
};
propagatedBuildInputs = [