python3Packages.Twisted: 21.7.0 -> 22.1.0
This commit is contained in:
parent
9ca8121a05
commit
d644daeae5
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "Twisted";
|
||||
version = "21.7.0";
|
||||
version = "22.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "tar.gz";
|
||||
sha256 = "01lh225d7lfnmfx4f4kxwl3963gjc9yg8jfkn1w769v34ia55mic";
|
||||
sha256 = "sha256-t5ceyYBbD4Dh3LGjch17+tY21fkJ3mh0MM43OXnWe2E=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink pyhamcrest attrs setuptools typing-extensions ];
|
||||
|
|
Loading…
Reference in a new issue