summary refs log tree commit diff
path: root/pkgs/development/python-modules/asciimatics
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:08 +0200
committerJonathan Ringer <jonringer117@gmail.com>2021-06-21 16:59:54 -0700
commitf58887868b574fe4ff853388f206f2f1877906f7 (patch)
tree560757980590ba29b3a69df23f35cc5a777a27eb /pkgs/development/python-modules/asciimatics
parent7805ef3a2eeb0fdcf15d64a18d04eb58cf2c0700 (diff)
python3Packages.asciimatics: 1.12.0 -> 1.13.0
Diffstat (limited to 'pkgs/development/python-modules/asciimatics')
-rw-r--r--pkgs/development/python-modules/asciimatics/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/asciimatics/default.nix b/pkgs/development/python-modules/asciimatics/default.nix
index cbddf962bd10e..0d7286c171f05 100644
--- a/pkgs/development/python-modules/asciimatics/default.nix
+++ b/pkgs/development/python-modules/asciimatics/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "asciimatics";
-  version = "1.12.0";
+  version = "1.13.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4120461a3fb345638dee4fe0f8a3d3f9b6d2d2e003f95c5f914523f94463158d";
+    sha256 = "a041826ec5add03fb882d8981c1debf9b9e98274f4f2d52ec21ef30de70c2c6e";
   };
 
   nativeBuildInputs = [