lol
0
fork

Configure Feed

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

python37Packages.colander: 1.8.2 -> 1.8.3

+2 -2
+2 -2
pkgs/development/python-modules/colander/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "colander"; 6 - version = "1.8.2"; 6 + version = "1.8.3"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "54878d2ffd1afb020daca6cd5c6cfe6c0e44d0069fc825d57fe59aa6e4f6a499"; 10 + sha256 = "259592a0d6a89cbe63c0c5771f9c0c2522387415af8d715f599583eac659f7d4"; 11 11 }; 12 12 13 13 propagatedBuildInputs = [ translationstring iso8601 enum34 ];