all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54012] [PATCH] gnu: fnott: Update to 1.2.1.
@ 2022-02-15 15:21 Jai Vetrivelan
  2022-02-15 18:24 ` bug#54012: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-15 15:21 UTC (permalink / raw)
  To: 54012

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

Building fnott@1.1.2 fails with newer version of fcft. fnott@1.2.1
successfully builds with fcft packaged in guix.


[-- Attachment #2: 0001-gnu-fnott-Update-to-1.2.1.patch --]
[-- Type: text/patch, Size: 1502 bytes --]

From d94861076b7deda7f9da04a1d3971ecf7fe29d5f Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Tue, 15 Feb 2022 20:30:31 +0530
Subject: [PATCH] gnu: fnott: Update to 1.2.1.

* gnu/packages/wm.scm (fnott): Update to 1.2.1.
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f39df605e7..15d3f66a19 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -50,6 +50,7 @@
 ;;; Copyright © 2021 Disseminate Dissent <disseminatedissent@protonmail.com>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2022 Gabriel Wicki <gabriel@erlikon.ch>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1034,7 +1035,7 @@ (define-public fluxbox
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.1.2")
+    (version "1.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1043,7 +1044,7 @@ (define-public fnott
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vkwyci4z4jj2aczxkrmj0861j5jczjr8isasa7gml93nlvyw7gv"))))
+                "1770p5hfswbaa15zmjh10n7fskch00d3y03ij3gfb1v4q314nb9n"))))
     (build-system meson-build-system)
     (arguments `(#:build-type "release"))
     (native-inputs
-- 
2.34.0


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

* bug#54012: [PATCH] gnu: fnott: Update to 1.2.1.
  2022-02-15 15:21 [bug#54012] [PATCH] gnu: fnott: Update to 1.2.1 Jai Vetrivelan
@ 2022-02-15 18:24 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-15 18:24 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 54012-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> Building fnott@1.1.2 fails with newer version of fcft. fnott@1.2.1
> successfully builds with fcft packaged in guix.

Indeed. Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 15:21 [bug#54012] [PATCH] gnu: fnott: Update to 1.2.1 Jai Vetrivelan
2022-02-15 18:24 ` bug#54012: " 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.