python37Packages.pyrsistent: 0.14.6 -> 0.14.9

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-01-16 14:34:50 -08:00 committed by Frederik Rietdijk
parent e995c46ae5
commit ee5892a012

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pyrsistent";
version = "0.14.6";
version = "0.14.9";
src = fetchPypi {
inherit pname version;
sha256 = "5a31f6b093da3401fefdeb53a0980e3145bb9d2bf852b579cc7b39c7f0016c87";
sha256 = "0xwaqjjn665wd1rllqzndmlc8yzfw2wxakpfwlh6ir6kgbajff2s";
};
propagatedBuildInputs = [ six ];