all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72421] [PATCH] gnu: foot: Update to 1.18.0.
@ 2024-08-02 15:31 ashish.is--- via Guix-patches via
  2024-08-05 16:03 ` Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-08-02 15:31 UTC (permalink / raw)
  To: 72421; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/terminals.scm (foot): Update to 1.18.0.

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

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index c227ff53dc..1134c5700c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
 ;;; Copyright © 2024 Suhail <suhail@bayesians.ca>
 ;;; Copyright © 2024 Clément Lassieur <clement@lassieur.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -848,7 +849,7 @@ (define-public cool-retro-term
 (define-public foot
   (package
     (name "foot")
-    (version "1.17.2")
+    (version "1.18.0")
     (home-page "https://codeberg.org/dnkl/foot")
     (source
      (origin
@@ -858,7 +859,7 @@ (define-public foot
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gi2c3zxyyf3l3wp702yfwxk512yz83rk06wljc7wlkbf1c9msm7"))))
+        (base32 "1znfk64kimm0vr3alvj66i1yn5glig3bw60n2lv9cn4jzi1b7qhb"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
-- 
2.46.0





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

* [bug#72421] [PATCH] gnu: foot: Update to 1.18.0.
  2024-08-02 15:31 [bug#72421] [PATCH] gnu: foot: Update to 1.18.0 ashish.is--- via Guix-patches via
@ 2024-08-05 16:03 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-08-05 16:03 UTC (permalink / raw)
  To: 72421; +Cc: ashish.is, 72421-done

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

"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:

> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/terminals.scm (foot): Update to 1.18.0.
>
> Change-Id: Ib3379911537e773d23240ecb317eb61e507dd6de
> ---
>  gnu/packages/terminals.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
> index c227ff53dc..1134c5700c 100644
> --- a/gnu/packages/terminals.scm
> +++ b/gnu/packages/terminals.scm
> @@ -40,6 +40,7 @@
>  ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
>  ;;; Copyright © 2024 Suhail <suhail@bayesians.ca>
>  ;;; Copyright © 2024 Clément Lassieur <clement@lassieur.org>
> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -848,7 +849,7 @@ (define-public cool-retro-term
>  (define-public foot
>    (package
>      (name "foot")
> -    (version "1.17.2")
> +    (version "1.18.0")
>      (home-page "https://codeberg.org/dnkl/foot")
>      (source
>       (origin
> @@ -858,7 +859,7 @@ (define-public foot
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1gi2c3zxyyf3l3wp702yfwxk512yz83rk06wljc7wlkbf1c9msm7"))))
> +        (base32 "1znfk64kimm0vr3alvj66i1yn5glig3bw60n2lv9cn4jzi1b7qhb"))))
>      (build-system meson-build-system)
>      (arguments
>       (list
>
> base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8

push, close.

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

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

end of thread, other threads:[~2024-08-05 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 15:31 [bug#72421] [PATCH] gnu: foot: Update to 1.18.0 ashish.is--- via Guix-patches via
2024-08-05 16:03 ` Zheng Junjie

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.