Merge pull request #304382 from GaetanLepage/safetensors

python312Packages.safetensors: 0.4.2 -> 0.4.3

authored by Pol Dellaiera and committed by GitHub 23f69f50 63c4c8d6

+3 -3
+3 -3
pkgs/development/python-modules/safetensors/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "safetensors"; 19 - version = "0.4.2"; 19 + version = "0.4.3"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "huggingface"; 26 26 repo = "safetensors"; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-hdPUI8k7CCQwt2C/AsjUHRmAL6ob+yCN97KkWtqOQL8="; 28 + hash = "sha256-Rc+o7epQJ8qEvdgbFnGvXxBr/U4eULZwkKNEaPlJkyU="; 29 29 }; 30 30 31 31 cargoDeps = rustPlatform.fetchCargoTarball { 32 32 inherit src; 33 33 sourceRoot = "${src.name}/bindings/python"; 34 - hash = "sha256-7n9aYlha6IaPsZ2zMfD5EIkrk8ENwMBwj41s6QU7ml0="; 34 + hash = "sha256-tzNEUvWgolSwX0t/JLgYcTEIv3/FiKxoTJ4VjFQs8AY="; 35 35 }; 36 36 37 37 sourceRoot = "${src.name}/bindings/python";