guix-commits
[Top][All Lists]
Advanced

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

33/36: gnu: fnott: Update to 1.4.0.


From: guix-commits
Subject: 33/36: gnu: fnott: Update to 1.4.0.
Date: Tue, 20 Jun 2023 17:19:27 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit f235d49ef3e28e92393ae931d3e6ad997869e266
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Jun 15 23:46:45 2023 -0400

    gnu: fnott: Update to 1.4.0.
    
    * gnu/packages/wm.scm (fnott): Update to 1.4.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 6196ba86e2..860e804452 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1108,7 +1108,7 @@ the XDG Autostart specification.")
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1117,7 +1117,7 @@ the XDG Autostart specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00zg03nz79kqcsnwmm22friawhvl05f93yxpvqmy5wvggx9hrlz8"))))
+                "0l0brayvcifrc5rxxkqfrskd6523vs3allg2cxhwkixqf2ddg7kh"))))
     (build-system meson-build-system)
     (arguments `(#:build-type "release"))
     (native-inputs



reply via email to

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