pythonPackages.chiavdf: 1.0.1 -> 1.0.2

This commit is contained in:
Louis Bettens 2021-07-08 13:47:51 +02:00
parent 52842021e3
commit d55d07f8e4

View file

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "chiavdf";
version = "1.0.1";
version = "1.0.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-z0od/VrH580+9641lKNI7jbVMlJZKCWnoT+GljnFxmU=";
hash = "sha256-YSG4Aj9gd72NOgDSYU0kPn/nZz9Pza9FE9WoG/H4PWw=";
};
patches = [