Skip to content

Commit

Permalink
python312Packages.safetensors: 0.5.0 -> 0.5.2 (NixOS#371749)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 13, 2025
2 parents 460fc34 + 4d96a6d commit 426dc46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/safetensors/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@

buildPythonPackage rec {
pname = "safetensors";
version = "0.5.0";
version = "0.5.2";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "safetensors";
tag = "v${version}";
hash = "sha256-rs9mYl/2KNdV9e+L/kZr59kLw7ckW9UQPZwkaGyl1Iw=";
hash = "sha256-dtHHLiTgrg/a/SQ/Z1w0BsuFDClgrMsGiSTCpbJasUs=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${src.name}/bindings/python";
hash = "sha256-bQkLBiuhVm2dzrf6hq+S04+zoXUszA7be8iS0WJSoOU=";
hash = "sha256-GL8tSXyP9xIWOLPCWiI5lUyfZXQRo77lJ2BmJCcj3uw=";
};

sourceRoot = "${src.name}/bindings/python";
Expand Down

0 comments on commit 426dc46

Please sign in to comment.