all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1
@ 2022-02-14 12:04 Felipe Balbi
  2022-02-14 12:07 ` [bug#53992] [PATCH 2/2] gnu: foot: Update to 1.11.0 Felipe Balbi
  2022-02-15 14:04 ` bug#53992: [PATCH 1/2] gnu: fcft: Update to 3.0.1 Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Felipe Balbi @ 2022-02-14 12:04 UTC (permalink / raw)
  To: 53992; +Cc: Felipe Balbi

From: Felipe Balbi <felipe@balbi.sh>

* gnu/packages/fontutils.scm (fcft): Update to 3.0.1.
---
 gnu/packages/fontutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index cd06c345e71a..fd920b70efae 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
+;;; Copyright © 2022 Felipe Balbi <balbi@kernel.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -835,7 +836,7 @@ (define-public nototools
 (define-public fcft
   (package
     (name "fcft")
-    (version "2.5.1")
+    (version "3.0.1")
     (home-page "https://codeberg.org/dnkl/fcft")
     (source (origin
               (method git-fetch)
@@ -843,7 +844,7 @@ (define-public fcft
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dn0ic2ddi5qz6nqscsn7nlih67ad8vpclppbqwas6xavdfq6va2"))))
+                "0jxy92ny8b7s7yvz1mr8zpf7l2zsn506fi9f98pvh9k25jprg0cx"))))
     (build-system meson-build-system)
     (native-inputs
      (list check pkg-config scdoc))
-- 
2.34.0





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

* [bug#53992] [PATCH 2/2] gnu: foot: Update to 1.11.0
  2022-02-14 12:04 [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1 Felipe Balbi
@ 2022-02-14 12:07 ` Felipe Balbi
  2022-02-15 14:04 ` bug#53992: [PATCH 1/2] gnu: fcft: Update to 3.0.1 Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2022-02-14 12:07 UTC (permalink / raw)
  To: 53992; +Cc: Felipe Balbi

From: Felipe Balbi <felipe@balbi.sh>

* gnu/packages/terminals.scm (foot): Update to 1.11.0.
---
 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 88923d50583d..06fa341472b2 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2022 Felipe Balbi <balbi@kernel.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -836,7 +837,7 @@ (define-public cool-retro-term
 (define-public foot
   (package
     (name "foot")
-    (version "1.10.3")
+    (version "1.11.0")
     (home-page "https://codeberg.org/dnkl/foot")
     (source (origin
               (method git-fetch)
@@ -844,7 +845,7 @@ (define-public foot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13v6xqaw3xn1x84dn4gnkiimcsllb19mrbvcdj2fnm8klnrys3gs"))))
+                "1d9bk8lhmw5lc8k0mw80g0vbwgxyh3gw5c7ppy3sir07s9y0y0fn"))))
     (build-system meson-build-system)
     (arguments
      `(;; Using a "release" build is recommended both for performance, and
-- 
2.34.0





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

* bug#53992: [PATCH 1/2] gnu: fcft: Update to 3.0.1
  2022-02-14 12:04 [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1 Felipe Balbi
  2022-02-14 12:07 ` [bug#53992] [PATCH 2/2] gnu: foot: Update to 1.11.0 Felipe Balbi
@ 2022-02-15 14:04 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-02-15 14:04 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: 53992-done, Felipe Balbi

Hello,

Felipe Balbi <balbi@kernel.org> writes:

> * gnu/packages/fontutils.scm (fcft): Update to 3.0.1.

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-02-15 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 12:04 [bug#53992] [PATCH 1/2] gnu: fcft: Update to 3.0.1 Felipe Balbi
2022-02-14 12:07 ` [bug#53992] [PATCH 2/2] gnu: foot: Update to 1.11.0 Felipe Balbi
2022-02-15 14:04 ` bug#53992: [PATCH 1/2] gnu: fcft: Update to 3.0.1 Nicolas Goaziou

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.