Merge pull request #307174 from r-ryantm/auto-update/python311Packages.cheroot
python311Packages.cheroot: 10.0.0 -> 10.0.1
This commit is contained in:
commit
00568c285d
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cheroot";
|
||||
version = "10.0.0";
|
||||
version = "10.0.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-WcShh3/vmWmzw8CAyqrzd+J4CRlDeFP8DTKp30CzEfA=";
|
||||
hash = "sha256-4LgveXZY0muGE+yOtWPDsI5r1qeSHp1Qib0Rda0bF0A=";
|
||||
};
|
||||
|
||||
# remove setuptools-scm-git-archive dependency
|
||||
|
|
Loading…
Reference in a new issue