guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/16: gnu: fnott: Update to 1.4.1.


From: guix-commits
Subject: 10/16: gnu: fnott: Update to 1.4.1.
Date: Wed, 14 Feb 2024 16:15:42 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 88ee7c9a9cf976f34e019c82bd22e6dd885c3f6c
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:42 2024 -0500

    gnu: fnott: Update to 1.4.1.
    
    * gnu/packages/wm.scm (fnott): Update to 1.4.1.
    
    Change-Id: I7f7bd853570a3aefd0de502afa5ee9eb9961bd17
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 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 00929083a8..f6fdffb039 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1150,7 +1150,7 @@ the XDG Autostart specification.")
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.4.0")
+    (version "1.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1159,7 +1159,7 @@ the XDG Autostart specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh"))))
+                "0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
     (build-system meson-build-system)
     (arguments `(#:build-type "release"))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]