python312Packages.timm: 1.0.12 -> 1.0.13 (#372509)

This commit is contained in:
Gaétan Lepage
2025-01-10 01:13:53 +01:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "timm";
version = "1.0.12";
version = "1.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "pytorch-image-models";
tag = "v${version}";
hash = "sha256-Csw9Al9AHZbqfadch6JXSsjKfEj0KcLKxFbteDkcyng=";
hash = "sha256-VRQerCaTiOvS3Mm+Fksua7KUhNcH1Zxc2+4jaSbVj+c=";
};
build-system = [ pdm-backend ];