z572 pushed a commit to branch master
in repository guix.

commit a85ffc09a002d6ba8d409cc32b1e4b37e19bc00d
Author: Ashish SHUKLA via Guix-patches via <[email protected]>
AuthorDate: Fri Aug 2 23:49:42 2024 +0200

    gnu: fnott: Update to 1.7.0.
    
    * gnu/packages/wm.scm (fnott): Update to 1.7.0.
    
    Change-Id: Ia139be3cd0916a6f6147416641085396bebb6d04
    Signed-off-by: Zheng Junjie <[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 406b86451e..ad74fb5cf7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1142,7 +1142,7 @@ the XDG Autostart specification.")
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.6.0")
+    (version "1.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1151,7 +1151,7 @@ the XDG Autostart specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2"))))
+                "0x3wfqkkz6lf9w00nl5mchcw04gx884jxxz6f7z3fxpsjx582nr9"))))
     (build-system meson-build-system)
     (arguments `(#:build-type "release"
                  #:phases

Reply via email to