python: cheroot: 6.0.0 -> 6.3.1
This commit is contained in:
parent
9fb425fa74
commit
5faff5d7bc
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cheroot";
|
pname = "cheroot";
|
||||||
version = "6.0.0";
|
version = "6.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "10s67wxymk4xg45l7ca59n4l6m6rnj8b9l52pg1angxh958lwixs";
|
sha256 = "e83ecc6bd473c340a10adac19cc69c65607638fa3e8b37cf0b26b6fdf4db4994";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ more-itertools six ];
|
propagatedBuildInputs = [ more-itertools six ];
|
||||||
|
|
Loading…
Reference in New Issue