python: bitmath: 1.3.1.2 -> 1.3.3.1

This commit is contained in:
Frederik Rietdijk 2018-08-25 07:42:51 +02:00
parent aedf32c809
commit c0321ebb17

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bitmath";
version = "1.3.1.2";
version = "1.3.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "1k8d1wmxqjc8cqzaixpxf45k6dl1kqhblr0g4wyjl0qa18q8wasd";
sha256 = "293325f01e65defe966853111df11d39215eb705a967cb115851da8c4cfa3eb8";
};
checkInputs = [ (if isPy3k then progressbar33 else progressbar231) mock ];