This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 373384486d gnu: fuzzel: Update to 1.14.0
373384486d is described below

commit 373384486d3cb85e7ac8acf173121cda7052b5c7
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Fri Feb 20 16:12:04 2026 +0100

    gnu: fuzzel: Update to 1.14.0
    
    * gnu/packages/xdisorg.scm (fuzzel): Update to 1.14.0.
    
    Merges: https://codeberg.org/guix/guix/pulls/6580
    Change-Id: I1ca83763960aa10d1860d2cb00eac81e055b6671
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 45067e8344..91cfc196b0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3869,7 +3869,7 @@ using @command{dmenu}.")
 (define-public fuzzel
   (package
     (name "fuzzel")
-    (version "1.13.1")
+    (version "1.14.0")
     (home-page "https://codeberg.org/dnkl/fuzzel";)
     (source (origin
               (method git-fetch)
@@ -3877,7 +3877,7 @@ using @command{dmenu}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07cjm6nj995nwc88n0dq6g7rr80hchs2cqzh4mdbpiysnny8qvi5"))))
+                "1fx1y430iwdjzba1rb6m56k3phvjn8di5v7d6rnxdqvm30085vpl"))))
     (build-system meson-build-system)
     (arguments
      (list #:build-type "release"

Reply via email to