mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: asciinema: Update to 2.4.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.4.0. Change-Id: I3e0fc7cc16aaebdf8346bb715f07021a5d568163 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1853fd9c2f
commit
399cd64bc9
1 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ (define-public termite
|
|||
(define-public asciinema
|
||||
(package
|
||||
(name "asciinema")
|
||||
(version "2.3.0")
|
||||
(version "2.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -239,7 +239,7 @@ (define-public asciinema
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mqn12h51nqdmn1ya7hw1l2z2893937dqq4b1zh32y6bazd807fl"))))
|
||||
(base32 "0qhf4sc5fl81rpq3rgzy7qcch620dh12scvsbdfczfbyjb10ps2i"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue