python: zbase32: 1.1.2 -> 1.1.5

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:22 +01:00
parent a8de2d66e9
commit 4d12e4f25b
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zbase32"; pname = "zbase32";
version = "1.1.2"; version = "1.1.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2f44b338f750bd37b56e7887591bf2f1965bfa79f163b6afcbccf28da642ec56"; sha256 = "9b25c34ba586cbbad4517af516e723599a6f38fc560f4797855a5f3051e6422f";
}; };
# Tests require `pyutil' so disable them to avoid circular references. # Tests require `pyutil' so disable them to avoid circular references.