diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:07 +0200 |
commit | 6b1831b187a238802ec145014d93260c5a9f6765 (patch) | |
tree | c3fe7818d94a28a585fec5e3bec5276e05302160 | |
parent | 2986ba899f5ee374008c501e26fb653147ed7891 (diff) | |
download | guix-6b1831b187a238802ec145014d93260c5a9f6765.tar.gz guix-6b1831b187a238802ec145014d93260c5a9f6765.zip |
gnu: asciinema: Update to 2.3.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.3.0.
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index a3fa39e5da..9266458398 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -244,7 +244,7 @@ keybindings have different functions.") (define-public asciinema (package (name "asciinema") - (version "2.2.0") + (version "2.3.0") (source (origin (method git-fetch) @@ -253,7 +253,7 @@ keybindings have different functions.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pcrghfi9p1p40d0339lcmhcv24hm1vxqr4rsdln34v385vqv14a")))) + (base32 "0mqn12h51nqdmn1ya7hw1l2z2893937dqq4b1zh32y6bazd807fl")))) (build-system pyproject-build-system) (arguments (list #:phases |