all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57558] [PATCH] gnu: foot: Update to 1.13.1.
@ 2022-09-03  8:19 kiasoc5 via Guix-patches via
  2022-09-04 17:56 ` bug#57558: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-09-03  8:19 UTC (permalink / raw)
  To: 57558; +Cc: kiasoc5

* gnu/packages/terminals.scm (foot): Update to 1.13.1.
---
 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 7f9764fa75..9ece3043e0 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -838,7 +838,7 @@ (define-public cool-retro-term
 (define-public foot
   (package
     (name "foot")
-    (version "1.12.1")
+    (version "1.13.1")
     (home-page "https://codeberg.org/dnkl/foot")
     (source (origin
               (method git-fetch)
@@ -846,7 +846,7 @@ (define-public foot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk"))))
+                "0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay"))))
     (build-system meson-build-system)
     (arguments
      `(;; Using a "release" build is recommended both for performance, and
-- 
2.37.3





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

* bug#57558: [PATCH] gnu: foot: Update to 1.13.1.
  2022-09-03  8:19 [bug#57558] [PATCH] gnu: foot: Update to 1.13.1 kiasoc5 via Guix-patches via
@ 2022-09-04 17:56 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-04 17:56 UTC (permalink / raw)
  To: kiasoc5; +Cc: 57558-done

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


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/terminals.scm (foot): Update to 1.13.1.
> ---
>  gnu/packages/terminals.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
75febb00a57b69d41e989af0487446105fae32a5.

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:[~2022-09-04 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03  8:19 [bug#57558] [PATCH] gnu: foot: Update to 1.13.1 kiasoc5 via Guix-patches via
2022-09-04 17:56 ` bug#57558: " 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.