Merge pull request #126041 from illustris/chia

chia: 1.1.5 -> 1.1.7
master
Sandro 2021-06-08 17:31:07 +02:00 committed by GitHub
commit 9898da5f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "chia";
version = "1.1.5";
version = "1.1.7";
src = fetchFromGitHub {
owner = "Chia-Network";
repo = "chia-blockchain";
rev = version;
sha256 = "ZUxWOlJGQpeQCtWt0PSdcbMackHdeuNFkxHvYDPcU8Y=";
sha256 = "05hcckkv3vhz172w9kp5lh4srakizx1l383dijs50vgx2bj30m8v";
};
patches = [
@ -38,6 +38,7 @@ python3Packages.buildPythonApplication rec {
colorlog
concurrent-log-handler
cryptography
dnspython
keyrings-cryptfile
pyyaml
setproctitle

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "chiapos";
version = "1.0.1";
version = "1.0.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kJx57EtwPBrGMpjnSzeYYhWqc/g1N1Bg8slW5oZKjg8=";
sha256 = "09mwj9m9rcvcb3zn6v2xykgd4a9lpwl6c86nwl8d1iqr82gb5hb5";
};
patches = [