about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:59 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:12 +0200
commitb9998d3afdac03495b519e502b256990fd1598b4 (patch)
tree7555c181b3a29e35b65061f6e1c4cb7c82ce53c9 /pkgs
parent43d2540c8005567d70e99300478044380f280b8b (diff)
python3Packages.curtsies: 0.3.5 -> 0.3.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/curtsies/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/curtsies/default.nix b/pkgs/development/python-modules/curtsies/default.nix
index 7b34884e26e28..549d6062c1749 100644
--- a/pkgs/development/python-modules/curtsies/default.nix
+++ b/pkgs/development/python-modules/curtsies/default.nix
@@ -2,10 +2,10 @@
 
 buildPythonPackage rec {
   pname = "curtsies";
-  version = "0.3.5";
+  version = "0.3.9";
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1g8dwafx4vx06isjkn28r3cwb0hw1bv67lgygaz34yk66lrzz1x5";
+    sha256 = "933b503767ce38fe32a1f77639d9a4fa3d5229d41abb31a91a6fcbdf01511a55";
   };
 
   propagatedBuildInputs = [ blessings cwcwidth ]