Skip to content

Commit ca65057

Browse files
authored
python312Packages.timm: 1.0.12 -> 1.0.13 (#372509)
2 parents 3c04f54 + e060d17 commit ca65057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/timm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "timm";
24-
version = "1.0.12";
24+
version = "1.0.13";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "huggingface";
2929
repo = "pytorch-image-models";
3030
tag = "v${version}";
31-
hash = "sha256-Csw9Al9AHZbqfadch6JXSsjKfEj0KcLKxFbteDkcyng=";
31+
hash = "sha256-VRQerCaTiOvS3Mm+Fksua7KUhNcH1Zxc2+4jaSbVj+c=";
3232
};
3333

3434
build-system = [ pdm-backend ];

0 commit comments

Comments
 (0)