guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tuba: Update to 0.4.1.


From: guix-commits
Subject: branch master updated: gnu: tuba: Update to 0.4.1.
Date: Mon, 14 Aug 2023 09:12:26 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bed6346556 gnu: tuba: Update to 0.4.1.
bed6346556 is described below

commit bed63465563d201195a880fbd692d7fed5439dbb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 16:11:01 2023 +0300

    gnu: tuba: Update to 0.4.1.
    
    * gnu/packages/mastodon.scm (tuba): Update to 0.4.1.
---
 gnu/packages/mastodon.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index 0aa88d3518..c1237b2a55 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -87,7 +87,7 @@ Features include:
 (define-public tuba
   (package
     (name "tuba")
-    (version "0.3.2")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
@@ -96,7 +96,7 @@ Features include:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xhyz6wi17g4m76lr6qc75q4xnnw7c3dh3d04dg8m5gzk6j0y89x"))))
+        (base32 "0v2ihp1dkp13jklp3kysv4blflhx3w0hwcyink4mb7hwsaqy0xnm"))))
     (build-system meson-build-system)
     (arguments
       (list



reply via email to

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