Skip to content

Commit 871a03e

Browse files
committed
python3Packages.tornado: 6.4.2 -> 6.5.1 (#412290)
2 parents 5b7aacc + eb1413f commit 871a03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/tornado/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildPythonPackage rec {
2222
pname = "tornado";
23-
version = "6.4.2";
23+
version = "6.5.1";
2424
pyproject = true;
2525

2626
src = fetchFromGitHub {
2727
owner = "tornadoweb";
2828
repo = "tornado";
2929
tag = "v${version}";
30-
hash = "sha256-qgJh8pnC1ALF8KxhAYkZFAc0DE6jHVB8R/ERJFL4OFc=";
30+
hash = "sha256-CtmIjPKxKC0T8PGQW1wIAJm/+XxMzZXVZyZxV56sZME=";
3131
};
3232

3333
build-system = [ setuptools ];

0 commit comments

Comments
 (0)