about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansi
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-02 22:41:49 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-14 00:28:49 +0100
commit638c332a31581f7fc80bd11f6182e77e5a4e1f1e (patch)
tree9ccb6b8f3ad125836825926a3567effb8c69e31d /pkgs/development/python-modules/ansi
parent37435d23acdf8fdd8d0126161845f2816d918746 (diff)
python3Packages.ansi: 0.2.0 -> 0.3.6
Diffstat (limited to 'pkgs/development/python-modules/ansi')
-rw-r--r--pkgs/development/python-modules/ansi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansi/default.nix b/pkgs/development/python-modules/ansi/default.nix
index d198fde80bb82..73873f8c4cb2c 100644
--- a/pkgs/development/python-modules/ansi/default.nix
+++ b/pkgs/development/python-modules/ansi/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "ansi";
-  version = "0.2.0";
+  version = "0.3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "98e9b27c4bb187867a69480cbc63b843331622fec7e7d090873d806e1b5d8a80";
+    sha256 = "sha256-EFRc4lCORw6SCNDMIAYWAy/cgbhJZ4gm+3yByCP9SLE=";
   };
 
   checkPhase = ''