Skip to content

Commit

Permalink
python3Packages.tornado: 6.4.1 -> 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamrockLee committed Dec 3, 2024
1 parent 45b46bd commit 7d4a7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tornado/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

buildPythonPackage rec {
pname = "tornado";
version = "6.4.1";
version = "6.4.2";
pyproject = true;

src = fetchFromGitHub {
owner = "tornadoweb";
repo = "tornado";
rev = "refs/tags/v${version}";
hash = "sha256-vWiTLKL5gzrf3J6T3u8I1HHg5Ww0sf5ybSbZX6G3UXM=";
hash = "sha256-qgJh8pnC1ALF8KxhAYkZFAc0DE6jHVB8R/ERJFL4OFc=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7d4a7ac

Please sign in to comment.