summary refs log tree commit diff
path: root/pkgs/development/python-modules/cheroot
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:13 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:06 +0100
commitdab7bd45f507de809852dd07181a4d2cb6f34a34 (patch)
tree5ae2170cb4d4d2152bfe7b01c8c2f72de376628b /pkgs/development/python-modules/cheroot
parent12485530d6b7a5c90d7b046980db05ab385804ad (diff)
downloadnixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.tar
nixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.tar.gz
nixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.tar.bz2
nixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.tar.lz
nixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.tar.xz
nixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.tar.zst
nixpkgs-dab7bd45f507de809852dd07181a4d2cb6f34a34.zip
python3Packages.cheroot: 8.5.2 -> 8.6.0
Diffstat (limited to 'pkgs/development/python-modules/cheroot')
-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 6e9256ffacf..4d46ec81ada 100644
--- a/pkgs/development/python-modules/cheroot/default.nix
+++ b/pkgs/development/python-modules/cheroot/default.nix
@@ -22,13 +22,13 @@
 
 buildPythonPackage rec {
   pname = "cheroot";
-  version = "8.5.2";
+  version = "8.6.0";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f137d03fd5155b1364bea557a7c98168665c239f6c8cedd8f80e81cdfac01567";
+    sha256 = "366adf6e7cac9555486c2d1be6297993022eff6f8c4655c1443268cca3f08e25";
   };
 
   nativeBuildInputs = [ setuptools-scm setuptools-scm-git-archive ];