python: base58: 2.0.0 -> 2.0.1
This commit is contained in:
parent
78e70e5c9f
commit
53c6004d66
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "base58";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
disabled = isPy27; # python 2 abandoned upstream
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c83584a8b917dc52dd634307137f2ad2721a9efb4f1de32fc7eaaaf87844177e";
|
||||
sha256 = "365c9561d9babac1b5f18ee797508cd54937a724b6e419a130abad69cec5ca79";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pyhamcrest ];
|
||||
|
|
Loading…
Reference in a new issue