python37Packages.immutables: 0.6 -> 0.9 (#54719)

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-immutables/versions
This commit is contained in:
R. RyanTM 2019-01-28 08:40:52 -08:00 committed by Robert Schütz
parent 0ef85cca2e
commit f8865ae0be

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "immutables";
version = "0.6";
version = "0.9";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "63023fa0cceedc62e0d1535cd4ca7a1f6df3120a6d8e5c34e89037402a6fd809";
sha256 = "1h7i00x6sdbw62rdipp0kaw1mcrvfipxv0054x1n2r4q4j11q7fp";
};
meta = {