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

This commit is contained in:
Louis Bettens 2023-02-15 22:27:17 +01:00
parent 08799632dc
commit a930fdc6bc
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "clvm-tools-rs";
version = "0.1.25";
version = "0.1.30";
disabled = pythonOlder "3.7";
format = "pyproject";
@ -15,13 +15,13 @@ buildPythonPackage rec {
owner = "Chia-Network";
repo = "clvm_tools_rs";
rev = version;
sha256 = "sha256-s4AeXoLOtEIxCSnW5CWVZoZrAJ+wKQPklEehPAvnHMw=";
sha256 = "sha256-7eGOJgcZcSGmvLJc5BVfWarcu9kQb/uEcnG70JWXDSw=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
sha256 = "sha256-4SjSpEMu6NAPn50u7iyAznTw4AL4+KmBvppMV4+w6Jk=";
sha256 = "sha256-46WEmp1FT6biM9A2M7z5onb45XhWjePKb6NSwLjuemc=";
};
nativeBuildInputs = with rustPlatform; [