##// END OF EJS Templates
dependencies: bumped paddress to 1.0.22
marcink -
r2720:c4ce3901 default
parent child Browse files
Show More
@@ -627,13 +627,13 b''
627 };
627 };
628 };
628 };
629 ipaddress = super.buildPythonPackage {
629 ipaddress = super.buildPythonPackage {
630 name = "ipaddress-1.0.19";
630 name = "ipaddress-1.0.22";
631 buildInputs = with self; [];
631 buildInputs = with self; [];
632 doCheck = false;
632 doCheck = false;
633 propagatedBuildInputs = with self; [];
633 propagatedBuildInputs = with self; [];
634 src = fetchurl {
634 src = fetchurl {
635 url = "https://pypi.python.org/packages/f0/ba/860a4a3e283456d6b7e2ab39ce5cf11a3490ee1a363652ac50abf9f0f5df/ipaddress-1.0.19.tar.gz";
635 url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz";
636 md5 = "d0687efaf93a32476d81e90ba0609c57";
636 sha256 = "b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c";
637 };
637 };
638 meta = {
638 meta = {
639 license = [ pkgs.lib.licenses.psfl ];
639 license = [ pkgs.lib.licenses.psfl ];
General Comments 0
You need to be logged in to leave comments. Login now