Merge pull request #126041 from illustris/chia

chia: 1.1.5 -> 1.1.7
This commit is contained in:
Sandro
2021-06-08 17:31:07 +02:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

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