GNU bug report logs - #55888
[PATCH] gnu: foot: Update to 1.12.1.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Fri, 10 Jun 2022 12:54:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#55888: closed (Re: [bug#55888] [PATCH] gnu: foot: Update to
 1.12.1.)
Date: Fri, 10 Jun 2022 13:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55888: [PATCH] gnu: foot: Update to 1.12.1.

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 55888 <at> debbugs.gnu.org.

-- 
55888: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55888
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 55888-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#55888] [PATCH] gnu: foot: Update to 1.12.1.
Date: Fri, 10 Jun 2022 15:37:19 +0200
[Message part 3 (text/plain, inline)]
Timotej,

Timotej Lazar 写道:
> Builds and runs on x86_64 and emulated i686, aarch64 and armhf.

Thanks for being so thorough!  Pushed as 
583a587ea3e573c8298fd25aef179242b7d01870.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: foot: Update to 1.12.1.
Date: Fri, 10 Jun 2022 14:50:36 +0200
* gnu/packages/terminals.scm (foot): Update to 1.12.1.
---
Builds and runs on x86_64 and emulated i686, aarch64 and armhf.

 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 4ad21fd05a..4dfc51b283 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -835,7 +835,7 @@ (define-public cool-retro-term
 (define-public foot
   (package
     (name "foot")
-    (version "1.11.0")
+    (version "1.12.1")
     (home-page "https://codeberg.org/dnkl/foot")
     (source (origin
               (method git-fetch)
@@ -843,7 +843,7 @@ (define-public foot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d9bk8lhmw5lc8k0mw80g0vbwgxyh3gw5c7ppy3sir07s9y0y0fn"))))
+                "14jqs4sarxbrgi5pxz0afqa9jxq90cb5ayqd21qj2n65whqa5bpk"))))
     (build-system meson-build-system)
     (arguments
      `(;; Using a "release" build is recommended both for performance, and
-- 
2.36.1




This bug report was last modified 2 years and 347 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.