3
0
Fork 0
forked from mirrors/nixpkgs

python: six: 1.12.0 -> 1.13.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:22 +01:00
parent 264c13bc01
commit 6519e3e92d

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "six";
version = "1.12.0";
version = "1.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73";
sha256 = "30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66";
};
checkInputs = [ pytest ];