python37Packages.pyrsistent: 0.14.11 -> 0.15.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyrsistent/versions
This commit is contained in:
R. RyanTM 2019-07-02 08:15:14 -07:00 committed by Frederik Rietdijk
parent d06cc8a6ae
commit 9e6693954a

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pyrsistent";
version = "0.14.11";
version = "0.15.2";
src = fetchPypi {
inherit pname version;
sha256 = "3ca82748918eb65e2d89f222b702277099aca77e34843c5eb9d52451173970e2";
sha256 = "0fjwnxg7q1b02j7hk1wqm5xdn7wck9j2g3ggkkizab6l77kjws8n";
};
propagatedBuildInputs = [ six ];