twisted: Upgrade from 10.2.0 -> 13.2.0
This commit is contained in:
parent
888c0116de
commit
6b8aaab78a
|
@ -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 = [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue