GNU bug report logs - #77080
[PATCH 0/2] Update foot to 1.21.0.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Mon, 17 Mar 2025 19:06:03 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 77080 <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 77080 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 1/2] gnu: fcft: Update to 3.3.1.
Date: Mon, 17 Mar 2025 20:06:28 +0100
* gnu/packages/fontutils.scm (fcft): Update to 3.3.1.

Change-Id: I4a860085697b92fd5cbc7083eac82529530f3747
---
 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 d2d3b1a260..7d101bebff 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2023 pinoaffe <pinoaffe <at> gmail.com>
 ;;; Copyright © 2024 Sören Tempel <soeren <at> soeren-tempel.net>
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1873,7 +1874,7 @@ (define-public nototools
 (define-public fcft
   (package
     (name "fcft")
-    (version "3.1.10")
+    (version "3.3.1")
     (home-page "https://codeberg.org/dnkl/fcft")
     (source (origin
               (method git-fetch)
@@ -1881,7 +1882,7 @@ (define-public fcft
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hydhpw31c28lq7v5yvknm3dzvkkls98hcmpp0z2h9m9f32nq4s9"))))
+                "08fr6zcqk4qp1k3r0di6v60qfyd3q5k9jnxzlsx2p1lh0nils0xa"))))
     (build-system meson-build-system)
     (native-inputs
      (list check pkg-config scdoc))
-- 
2.49.0





This bug report was last modified 63 days ago.

Previous Next


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