mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
pythonPackages.tornado: 6.5.0 -> 6.5.1
(cherry picked from commit 85ad579bdf
)
This commit is contained in:
parent
4b71965174
commit
eb1413f2d8
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tornado";
|
pname = "tornado";
|
||||||
version = "6.5.0";
|
version = "6.5.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tornadoweb";
|
owner = "tornadoweb";
|
||||||
repo = "tornado";
|
repo = "tornado";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-VHH0pjticsiCKr2J/YvaJca+Cwk7SYDNpcrO/cVTST0=";
|
hash = "sha256-CtmIjPKxKC0T8PGQW1wIAJm/+XxMzZXVZyZxV56sZME=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue