GNU bug report logs -
#54012
[PATCH] gnu: fnott: Update to 1.2.1.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 15 Feb 2022 19:24:14 +0100
with message-id <87k0dwounl.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#54012] [PATCH] gnu: fnott: Update to 1.2.1.
has caused the debbugs.gnu.org bug report #54012,
regarding [PATCH] gnu: fnott: Update to 1.2.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54012: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54012
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Building fnott <at> 1.1.2 fails with newer version of fcft. fnott <at> 1.2.1
successfully builds with fcft packaged in guix.
[0001-gnu-fnott-Update-to-1.2.1.patch (text/patch, inline)]
From d94861076b7deda7f9da04a1d3971ecf7fe29d5f Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> 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 <at> protonmail.com>
;;; Copyright © 2022 John Kehayias <john.kehayias <at> protonmail.com>
;;; Copyright © 2022 Gabriel Wicki <gabriel <at> erlikon.ch>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> 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
[Message part 5 (message/rfc822, inline)]
Hello,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:
> Building fnott <at> 1.1.2 fails with newer version of fcft. fnott <at> 1.2.1
> successfully builds with fcft packaged in guix.
Indeed. Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.