about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cliff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:11 +0200
committerJonathan Ringer <jonringer117@gmail.com>2021-06-21 17:00:02 -0700
commitaccd59175e0060261d4eccc147a8cd778bf6df6c (patch)
tree7c5d97098465df2ba81b539487ca07a042ee33e9 /pkgs/development/python-modules/cliff
parent8f6bda7cda19fe4e6a8401e277a40444a33e3291 (diff)
python3Packages.cliff: 3.7.0 -> 3.8.0
Diffstat (limited to 'pkgs/development/python-modules/cliff')
-rw-r--r--pkgs/development/python-modules/cliff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cliff/default.nix b/pkgs/development/python-modules/cliff/default.nix
index 54cc75341717c..bb856736d92bf 100644
--- a/pkgs/development/python-modules/cliff/default.nix
+++ b/pkgs/development/python-modules/cliff/default.nix
@@ -16,11 +16,11 @@
 
 buildPythonPackage rec {
   pname = "cliff";
-  version = "3.7.0";
+  version = "3.8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "389c81960de13f05daf1cbd546f33199e86c518ba4266c79ec7a153a280980ea";
+    sha256 = "8dd215d0a84c9a3ab2fa2aa700849f4e7b786639f66caa0ad4108c85dca95a7c";
   };
 
   propagatedBuildInputs = [