guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fac50e22fba1e7e87d503c8643f2cf756fcce2e3
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Thu Jul 24 22:13:41 2025 +0200

    gnu: fnott: Update to 1.8.0.
    
    * gnu/packages/wm.scm (fnott): Update to 1.8.0.
    
    Fixes: #1551
    Change-Id: I2e1cd2968ffddfdd7fe707e3c1c39bce22a33917
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3e30cb3e53..aa78d59783 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1456,7 +1456,7 @@ the XDG Autostart specification.")
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.7.1")
+    (version "1.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1465,7 +1465,7 @@ the XDG Autostart specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1061p4vxm0nb5pk5q5dw3kpj4q6kzw70skd3zijfjwdb6fkayh8b"))))
+                "00b1dcq48lq7wbihvnvydy58b52nn8ka2mdxhcbzrfdq7s51z3r0"))))
     (build-system meson-build-system)
     (arguments `(#:build-type "release"
                  #:phases

Reply via email to