python310Packages.chiavdf: 1.0.8 -> 1.0.9

This commit is contained in:
R. Ryantm 2023-07-18 04:55:42 +00:00
parent d0299f7fa1
commit ebae1b9bc0

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "chiavdf";
version = "1.0.8";
version = "1.0.9";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ilT7tCdX8ak3qmpXJ0LITf0ZGAdFSN4tm6GKw06A/m8=";
hash = "sha256-G4npp0G8TNk2y/T6myNr8NCfkBdcknsWds+XBZiNnQY=";
};
patches = [