python3Packages.cheroot: 8.4.4 -> 8.4.5
This commit is contained in:
parent
1f14a6604c
commit
72e559ccd4
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cheroot";
|
pname = "cheroot";
|
||||||
version = "8.4.4";
|
version = "8.4.5";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ca92669cc90fbd0920fda1ebcc431147e7d3ae6887216ce404f85f1b3133fa93";
|
sha256 = "b6c18caf5f79cdae668c35fc8309fc88ea4a964cce9e2ca8504fab13bcf57301";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm setuptools-scm-git-archive ];
|
nativeBuildInputs = [ setuptools_scm setuptools-scm-git-archive ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user