diff options
author | Andrew Wong <wongandj@icloud.com> | 2025-06-07 17:20:58 -0400 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-15 20:58:09 +0100 |
commit | ddd2367ef31d7037dc5fc7524f21d5e11afb1306 (patch) | |
tree | 3e393ac121ab6d5bcaa17d6a9089a30f53b656d5 | |
parent | f51ac16d2a897935454dee0ea9e48da4b17ae91b (diff) |
gnu: python-terminaltexteffects: Update to 0.12.0.
* gnu/packages/toys.scm (python-terminaltexteffects): Update to 0.12.0.
[home-page]: Update.
Change-Id: I7a1a241c7c5e1eca005dc308ae767256b97a4a52
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/toys.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index 6354a8640a..aee0848d46 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -445,7 +445,7 @@ It was written for the X Window system and does not work well on Wayland.") (define-public python-terminaltexteffects (package (name "python-terminaltexteffects") - (version "0.11.0") + (version "0.12.0") (source (origin (method git-fetch) ;no tests in PyPI archive @@ -456,12 +456,12 @@ It was written for the X Window system and does not work well on Wayland.") (commit (string-append "release-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0lakq27bxf8wn99gch37p2mqnbbax54y22qrb1h4x04da006kjz2")))) + (base32 "13d22i5pqn0dw1whk1v4as2ymzb0a59lns7lzz5zw6y4v3zbva07")))) (build-system pyproject-build-system) (native-inputs (list python-poetry-core python-pytest)) - (home-page "https://github.com/ChrisBuilds/terminaltexteffects") + (home-page "https://chrisbuilds.github.io/terminaltexteffects/") (synopsis "Terminal visual effects engine and demo toy") (description "TerminalTextEffects (TTE) is a terminal visual effects engine. It can |