Skip to content

Commit

Permalink
python312Packages.timm: 1.0.13 -> 1.0.14 (#375271)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 20, 2025
2 parents c2699e0 + 8e56483 commit 77c9ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/timm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "timm";
version = "1.0.13";
version = "1.0.14";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "pytorch-image-models";
tag = "v${version}";
hash = "sha256-VRQerCaTiOvS3Mm+Fksua7KUhNcH1Zxc2+4jaSbVj+c=";
hash = "sha256-mQd4xsKuAKj77lG6r14iHrkaBclRmBwICXuHs7pQoGI=";
};

build-system = [ pdm-backend ];
Expand Down

0 comments on commit 77c9ec1

Please sign in to comment.