about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cfgv
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:01 -0700
commitdff7c383c64836949b7fb808df3e47d07a0961df (patch)
treee5f9a5a9b8a5d1e6ae22aad7db9d783cf4ad7b28 /pkgs/development/python-modules/cfgv
parentc06ffa54e8dd7eaf0725a04026d8be50290018cc (diff)
python3Packages.cfgv: 3.2.0 -> 3.3.0
Diffstat (limited to 'pkgs/development/python-modules/cfgv')
-rw-r--r--pkgs/development/python-modules/cfgv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cfgv/default.nix b/pkgs/development/python-modules/cfgv/default.nix
index ab9a97729a1dc..306019b54b759 100644
--- a/pkgs/development/python-modules/cfgv/default.nix
+++ b/pkgs/development/python-modules/cfgv/default.nix
@@ -2,12 +2,12 @@
 
 buildPythonPackage rec {
   pname = "cfgv";
-  version = "3.2.0";
+  version = "3.3.0";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cf22deb93d4bcf92f345a5c3cd39d3d41d6340adc60c78bbbd6588c384fda6a1";
+    sha256 = "9e600479b3b99e8af981ecdfc80a0296104ee610cab48a5ae4ffd0b668650eb1";
   };
 
   propagatedBuildInputs = [ six ];