all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66869] [PATCH] gnu: asciinema: Update to 2.4.0.
@ 2023-11-01  9:03 Timotej Lazar
  2023-11-03 10:21 ` bug#66869: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-11-01  9:03 UTC (permalink / raw)
  To: 66869; +Cc: Timotej Lazar

* gnu/packages/terminals.scm (asciinema): Update to 2.4.0.

Change-Id: I3e0fc7cc16aaebdf8346bb715f07021a5d568163
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index c5cecfa6db..810c361705 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -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
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66869: [PATCH] gnu: asciinema: Update to 2.4.0.
  2023-11-01  9:03 [bug#66869] [PATCH] gnu: asciinema: Update to 2.4.0 Timotej Lazar
@ 2023-11-03 10:21 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-03 10:21 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 66869-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/terminals.scm (asciinema): Update to 2.4.0.
>
> Change-Id: I3e0fc7cc16aaebdf8346bb715f07021a5d568163
> ---
>  gnu/packages/terminals.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch! I've pushed this to master as
399cd64bc9b199fb8f3d1d3ac929e4d5514ad9aa.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-03 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01  9:03 [bug#66869] [PATCH] gnu: asciinema: Update to 2.4.0 Timotej Lazar
2023-11-03 10:21 ` bug#66869: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.