Merge pull request #129639 from lourkeur/chia

This commit is contained in:
Sandro
2021-07-08 17:21:11 +02:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "chiapos";
version = "1.0.2";
version = "1.0.3";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "09mwj9m9rcvcb3zn6v2xykgd4a9lpwl6c86nwl8d1iqr82gb5hb5";
sha256 = "sha256-2Ye0gaOsv/Hg1363E6+NmezsK9EcLEZVKKUHikM2hr0=";
};
patches = [

View File

@@ -23,7 +23,7 @@ index 9b4a2f5..86f849c 100644
FetchContent_Declare(
gulrak
- GIT_REPOSITORY https://github.com/gulrak/filesystem.git
- GIT_TAG v1.5.4
- GIT_TAG v1.5.6
+ SOURCE_DIR @ghc_filesystem@
)
FetchContent_MakeAvailable(gulrak)

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 = [