summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorkiasoc5 <kiasoc5@disroot.org>2024-02-10 23:35:42 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-02-14 16:09:46 -0500
commit88ee7c9a9cf976f34e019c82bd22e6dd885c3f6c (patch)
tree84a6fe6903c4c2e7c0e4ac7bbdd8015a23567e39 /gnu/packages/wm.scm
parent9814abef367fd2842204dba0347741a7c1d326b3 (diff)
downloadguix-patches-88ee7c9a9cf976f34e019c82bd22e6dd885c3f6c.tar
guix-patches-88ee7c9a9cf976f34e019c82bd22e6dd885c3f6c.tar.gz
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>
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm4
1 files 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