GNU bug report logs - #76046
[PATCH] gnu: fnott: Update to 1.7.1.

Previous Next

Package: guix-patches;

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

Date: Tue, 4 Feb 2025 08:33:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76046 in the body.
You can then email your comments to 76046 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76046; Package guix-patches. (Tue, 04 Feb 2025 08:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 04 Feb 2025 08:33:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: fnott: Update to 1.7.1.
Date: Tue,  4 Feb 2025 08:32:11 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/wm.scm (fnott): Update to 1.7.1.
[inputs]: Switch to wlroots.

Change-Id: I22ad67268fa78d52f7f3c0c9b4e2244c6dadc9a1
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index dbec72698a..3b35ddd3fd 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1377,7 +1377,7 @@ (define-public fbautostart
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1386,7 +1386,7 @@ (define-public fnott
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0x3wfqkkz6lf9w00nl5mchcw04gx884jxxz6f7z3fxpsjx582nr9"))))
+                "1061p4vxm0nb5pk5q5dw3kpj4q6kzw70skd3zijfjwdb6fkayh8b"))))
     (build-system meson-build-system)
     (arguments `(#:build-type "release"
                  #:phases
@@ -1401,7 +1401,7 @@ (define-public fnott
            tllist
            scdoc))
     (inputs
-     (list wlroots-0.16 wayland fcft dbus libpng))
+     (list wlroots wayland fcft dbus libpng))
     (home-page "https://codeberg.org/dnkl/fnott")
     (synopsis "Keyboard driven and lightweight Wayland notification daemon")
     (description "Fnott is a keyboard driven and lightweight notification daemon

base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76046; Package guix-patches. (Fri, 07 Feb 2025 05:58:03 GMT) Full text and rfc822 format available.

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

From: Z572 <z572 <at> z572.online>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 76046-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#76046] [PATCH] gnu: fnott: Update to 1.7.1.
Date: Fri, 07 Feb 2025 13:57:38 +0800
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/wm.scm (fnott): Update to 1.7.1.
> [inputs]: Switch to wlroots.
>
> Change-Id: I22ad67268fa78d52f7f3c0c9b4e2244c6dadc9a1
> ---
>  gnu/packages/wm.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index dbec72698a..3b35ddd3fd 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1377,7 +1377,7 @@ (define-public fbautostart
>  (define-public fnott
>    (package
>      (name "fnott")
> -    (version "1.7.0")
> +    (version "1.7.1")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -1386,7 +1386,7 @@ (define-public fnott
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "0x3wfqkkz6lf9w00nl5mchcw04gx884jxxz6f7z3fxpsjx582nr9"))))
> +                "1061p4vxm0nb5pk5q5dw3kpj4q6kzw70skd3zijfjwdb6fkayh8b"))))
>      (build-system meson-build-system)
>      (arguments `(#:build-type "release"
>                   #:phases
> @@ -1401,7 +1401,7 @@ (define-public fnott
>             tllist
>             scdoc))
>      (inputs
> -     (list wlroots-0.16 wayland fcft dbus libpng))
> +     (list wlroots wayland fcft dbus libpng))
>      (home-page "https://codeberg.org/dnkl/fnott")
>      (synopsis "Keyboard driven and lightweight Wayland notification daemon")
>      (description "Fnott is a keyboard driven and lightweight notification daemon
>
> base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Fri, 07 Feb 2025 05:58:04 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Fri, 07 Feb 2025 05:58:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Mar 2025 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 160 days ago.

Previous Next


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