GNU bug report logs -
#75244
[PATCH] gnu: foot: Update to 1.20.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Wed, 1 Jan 2025 15:46:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75244: [PATCH] gnu: foot: Update to 1.20.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75244 <at> debbugs.gnu.org.
--
75244: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75244
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/terminals.scm (foot): Update to 1.20.0.
>
> Change-Id: I160dbd9632bf68dce45fbe93eaad1054ef8ecd6f
> ---
> 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 0f9c5ab352..698f0866be 100644
> --- a/gnu/packages/terminals.scm
> +++ b/gnu/packages/terminals.scm
> @@ -851,7 +851,7 @@ (define-public cool-retro-term
> (define-public foot
> (package
> (name "foot")
> - (version "1.19.0")
> + (version "1.20.0")
> (home-page "https://codeberg.org/dnkl/foot")
> (source
> (origin
> @@ -861,7 +861,7 @@ (define-public foot
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "02y7vdvs09vdsmich59v85y4y4kp3gmpxskj8js0va1in0v9b3hi"))))
> + (base32 "1px5zym0ghcgr7v5sbn2nk4mfix7f2g52havh3m49x5zdh1krxbf"))))
> (build-system meson-build-system)
> (arguments
> (list
>
> base-commit: 34a279e0da67e16136f2958242246ddade7559b4
pushed, close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/terminals.scm (foot): Update to 1.20.0.
Change-Id: I160dbd9632bf68dce45fbe93eaad1054ef8ecd6f
---
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 0f9c5ab352..698f0866be 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -851,7 +851,7 @@ (define-public cool-retro-term
(define-public foot
(package
(name "foot")
- (version "1.19.0")
+ (version "1.20.0")
(home-page "https://codeberg.org/dnkl/foot")
(source
(origin
@@ -861,7 +861,7 @@ (define-public foot
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "02y7vdvs09vdsmich59v85y4y4kp3gmpxskj8js0va1in0v9b3hi"))))
+ (base32 "1px5zym0ghcgr7v5sbn2nk4mfix7f2g52havh3m49x5zdh1krxbf"))))
(build-system meson-build-system)
(arguments
(list
base-commit: 34a279e0da67e16136f2958242246ddade7559b4
--
2.47.1
This bug report was last modified 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.