python: PIMS: 0.4.1 -> 0.5

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:10 +02:00
parent 18700f8c60
commit 39573ffb6b

View File

@ -10,12 +10,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.4.1"; version = "0.5";
pname = "PIMS"; pname = "PIMS";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6a53a155e900b44e71127a1e1fccbfbaed7eec3c2b52497c40c23a05f334c9dd"; sha256 = "a02cdcbb153e2792042fb0bae7df4f30878bbba1f2d176114a87ee0dc18715a0";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];