From 6b8aaab78a99de2935b91f292bf797e276e04345 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 10 Jan 2014 17:19:18 -0600 Subject: [PATCH] twisted: Upgrade from 10.2.0 -> 13.2.0 --- pkgs/top-level/python-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 4b7b1232a3ab..7d6e867388f4 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6784,11 +6784,11 @@ pythonPackages = modules // import ./python-packages-generated.nix { }); twisted = buildPythonPackage rec { - name = "twisted-10.2.0"; + name = "twisted-13.2.0"; src = fetchurl { - url = http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-10.2.0.tar.bz2; - sha256 = "110c30z622jn14yany1sxfaqj5qx20n9rc9zqacxlwma30fdcbjn"; + url = "https://pypi.python.org/packages/source/T/Twisted/Twisted-13.2.0.tar.bz2"; + sha256 = "1wrcqv5lvgwk2aq83qb2s2ng2vx14hbjjk2gc30cg6h1iiipal89"; }; propagatedBuildInputs = [ zope_interface ]; @@ -6809,7 +6809,7 @@ pythonPackages = modules // import ./python-packages-generated.nix { and licensed under the MIT license. ''; - license = "MIT"; + license = pkgs.lib.licenses.mit; maintainers = [ ]; };