Merge pull request #172327 from r-ryantm/auto-update/python3.10-chiavdf

python310Packages.chiavdf: 1.0.6 -> 1.0.7
This commit is contained in:
Mario Rodas 2022-05-14 18:55:05 -05:00 committed by GitHub
commit 30c0b35eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "chiavdf";
version = "1.0.6";
version = "1.0.7";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ri7j/T0nnZFml4kC0qIQkyYRJBPZMhTYxolW/A25030=";
hash = "sha256-956517eGqRSLg+Y4ybmASiZoypgpYn/D9lbPA4Rcfts=";
};
patches = [