about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-04 17:00:03 +0200
committerGitHub <noreply@github.com>2024-05-04 17:00:03 +0200
commit00568c285d255bc79e7a230d564721460793c89e (patch)
tree2c4c2a98e784a3eac29b96c491772953ad10e545 /pkgs
parent308264f3e0c3b71339d65767d1b7f04a9f6b273e (diff)
parente7010e4fce7ffbb8b0ec83e26d9c79b5be3085d2 (diff)
Merge pull request #307174 from r-ryantm/auto-update/python311Packages.cheroot
python311Packages.cheroot: 10.0.0 -> 10.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cheroot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cheroot/default.nix b/pkgs/development/python-modules/cheroot/default.nix
index 602afd0f755f7..72a85ffab1c2b 100644
--- a/pkgs/development/python-modules/cheroot/default.nix
+++ b/pkgs/development/python-modules/cheroot/default.nix
@@ -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