diff options
| author | ajs124 <git@ajs124.de> | 2022-02-08 14:55:48 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-03-24 22:23:48 +0000 |
| commit | 3ebf4ff064ed0978bfe0d3de43dae081db2e6e6f (patch) | |
| tree | 5d534087a876e1cc846ca93aaef83d4dd78d1bb6 | |
| parent | Merge pull request #165312 from NixOS/backport-165296-to-release-21.11 (diff) | |
| download | nixpkgs-origin/backport-158622-to-release-21.11.tar.gz | |
python3.pkgs.twisted: 21.7.0 -> 22.2.0origin/backport-158622-to-release-21.11
(cherry picked from commit f31c35ab3d5f861b3fe5be987064ab338502ba1d)
| -rw-r--r-- | pkgs/development/python-modules/twisted/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix index b09ccebde198..4641e4af4046 100644 --- a/pkgs/development/python-modules/twisted/default.nix +++ b/pkgs/development/python-modules/twisted/default.nix @@ -17,12 +17,12 @@ }: buildPythonPackage rec { pname = "Twisted"; - version = "21.7.0"; + version = "22.2.0"; src = fetchPypi { inherit pname version; extension = "tar.gz"; - sha256 = "01lh225d7lfnmfx4f4kxwl3963gjc9yg8jfkn1w769v34ia55mic"; + sha256 = "1wml02jxni8k15984pskks7d6yin81w4d2ac026cpyiqd0gjpwsp"; }; propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs setuptools typing-extensions ]; |
