about summary refs log tree commit diff
path: root/pkgs/development/python-modules/curtsies
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-06 23:46:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-06 23:46:05 +0000
commit97fe48d9ad8d93775d17b076e8e999e46aa73766 (patch)
treeba9ccc76fd4eb586a2ae554c98f032050092680b /pkgs/development/python-modules/curtsies
parent473e97e434340625b7d93a5222ebddcf9ba9f36d (diff)
python310Packages.curtsies: 0.4.0 -> 0.4.1
Diffstat (limited to 'pkgs/development/python-modules/curtsies')
-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 80b80e32b75b0..f445cdd434ee9 100644
--- a/pkgs/development/python-modules/curtsies/default.nix
+++ b/pkgs/development/python-modules/curtsies/default.nix
@@ -12,12 +12,12 @@
 
 buildPythonPackage rec {
   pname = "curtsies";
-  version = "0.4.0";
+  version = "0.4.1";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-yynvzjP+85WinvpWjyf1kTF4Rp+zqrEUCA1spiZBQv4=";
+    hash = "sha256-YtEPNJxVOEUwZVan8mY86WsJjYxbvEDa7Hpu7d4WIrA=";
   };
 
   propagatedBuildInputs = [