about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-05-15 10:45:11 +0200
committerGitHub <noreply@github.com>2023-05-15 10:45:11 +0200
commitce303f34eee1d8ca0c8a692011f20119dbad10ff (patch)
treed6b023e577f71fc302d531ffedc905a06f279c0d
parent540ffed3e1a2c16f4f8e7ab6f24cfb9a97273d1c (diff)
parentef5407df8d8f815a2f72c84b7d0b0a3ba453ca2a (diff)
downloadnixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.tar
nixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.tar.gz
nixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.tar.bz2
nixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.tar.lz
nixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.tar.xz
nixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.tar.zst
nixlib-ce303f34eee1d8ca0c8a692011f20119dbad10ff.zip
Merge pull request #231865 from figsoda/textual
-rw-r--r--pkgs/development/python-modules/textual/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/textual/default.nix b/pkgs/development/python-modules/textual/default.nix
index 5e7237ce919d..58fb76100650 100644
--- a/pkgs/development/python-modules/textual/default.nix
+++ b/pkgs/development/python-modules/textual/default.nix
@@ -22,7 +22,7 @@
 
 buildPythonPackage rec {
   pname = "textual";
-  version = "0.23.0";
+  version = "0.24.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
     owner = "Textualize";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-XgJ43yyiwzSH22NzidJ7z+Qh6+pOuAdfL7ZxabJkd3U=";
+    hash = "sha256-nFio45LxoVQK/IzVo2ZHGYzG6bHHr3yvA7P3kMZOUso=";
   };
 
   nativeBuildInputs = [