python: pyrsistent: 0.15.4 -> 0.15.5

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:40 +01:00
parent 95cbd02c8b
commit b30a5a6e2a

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pyrsistent";
version = "0.15.4";
version = "0.15.5";
src = fetchPypi {
inherit pname version;
sha256 = "0cv5xvhfhlj88pb0ghdwivkfcmgi6503qjwxx4r6n06nd6hpzd1l";
sha256 = "eb6545dbeb1aa69ab1fb4809bfbf5a8705e44d92ef8fc7c2361682a47c46c778";
};
propagatedBuildInputs = [ six ];