python3Packages.clvm-tools-rs: 0.1.25 -> 0.1.30

+3 -3
+3 -3
pkgs/development/python-modules/clvm-tools-rs/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "clvm-tools-rs"; 10 - version = "0.1.25"; 10 + version = "0.1.30"; 11 11 disabled = pythonOlder "3.7"; 12 12 format = "pyproject"; 13 13 ··· 15 15 owner = "Chia-Network"; 16 16 repo = "clvm_tools_rs"; 17 17 rev = version; 18 - sha256 = "sha256-s4AeXoLOtEIxCSnW5CWVZoZrAJ+wKQPklEehPAvnHMw="; 18 + sha256 = "sha256-7eGOJgcZcSGmvLJc5BVfWarcu9kQb/uEcnG70JWXDSw="; 19 19 }; 20 20 21 21 cargoDeps = rustPlatform.fetchCargoTarball { 22 22 inherit src; 23 23 name = "${pname}-${version}"; 24 - sha256 = "sha256-4SjSpEMu6NAPn50u7iyAznTw4AL4+KmBvppMV4+w6Jk="; 24 + sha256 = "sha256-46WEmp1FT6biM9A2M7z5onb45XhWjePKb6NSwLjuemc="; 25 25 }; 26 26 27 27 nativeBuildInputs = with rustPlatform; [