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

python310Packages.chiavdf: 1.0.5 -> 1.0.6
This commit is contained in:
Fabian Affolter 2022-04-05 21:48:06 +02:00 committed by GitHub
commit fcbcab75c2
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.5";
version = "1.0.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2pC6sFRwgAwIEanZXe99848XMxK/lyLGxiA+UA+q3H0=";
hash = "sha256-Ri7j/T0nnZFml4kC0qIQkyYRJBPZMhTYxolW/A25030=";
};
patches = [