lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pyrsistent: 0.18.0 -> 0.18.1

+2 -2
+2 -2
pkgs/development/python-modules/pyrsistent/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyrsistent"; 12 - version = "0.18.0"; 12 + version = "0.18.1"; 13 13 14 14 disabled = isPy27; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b"; 18 + sha256 = "sha256-1NYfi5k6clW6cU3zrKUnAPgSUon4T3BM+AkWUXxG65Y="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ six ];