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 22e6570c70 gnu: whatscli: Update to 1.1.6.
22e6570c70 is described below

commit 22e6570c70fa3c97543fd13971d560a45a40efbd
Author: Orahcio Felício de Sousa <[email protected]>
AuthorDate: Mon Aug 10 14:10:49 2026 -0300

    gnu: whatscli: Update to 1.1.6.
    
    * gnu/packages/messaging.scm (whatscli): Update to 1.1.6.
    
    Mreges: 1711863303002a8f26b59f4b6d1cf2b54c15850a
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 55ae5d5bbb..eaae8713f6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3683,7 +3683,7 @@ a number of clients.")
 (define-public whatscli
   (package
     (name "whatscli")
-    (version "1.1.5")
+    (version "1.1.6")
     (source
      (origin
        (method git-fetch)
@@ -3692,7 +3692,7 @@ a number of clients.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wdg2b7nh6c2xp4zi05v62irh4k39p2c15axz01iha2hmrfvb1yg"))))
+        (base32 "1vhmz4adyl921mk18hrzva7w9azfh0502lkn9n9s9vwd33b3nail"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to