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 728242b1d3 gnu: tuba: Update to 0.11.0.
728242b1d3 is described below

commit 728242b1d3c8d103ae65cf8bfa3813e116463f63
Author: Sören Tempel <[email protected]>
AuthorDate: Sun Aug 30 11:24:57 2026 +0200

    gnu: tuba: Update to 0.11.0.
    
    * gnu/packages/fediverse.scm (tuba): Update to 0.11.0.
    [source]: Switch from GitHub to Codeberg.
---
 gnu/packages/fediverse.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm
index 9f950ff180..f265f07a44 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -158,16 +158,16 @@ Features include:
 (define-public tuba
   (package
     (name "tuba")
-    (version "0.10.3")
+    (version "0.11.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/GeopJr/Tuba";)
+             (url "https://codeberg.org/GeopJr/Tuba";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w87dma3v04zk8b7s67f3nq2fdrjarb91m8apkhhdh3qa23w3rk1"))))
+        (base32 "0y5znrrpszj6gi7l2k8y9ykzcqbh5yx44csmvnxapz5vg9830mwr"))))
     (build-system meson-build-system)
     (arguments
       (list

Reply via email to