[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch gnome-team updated: gnu: tuba: Update to 0.6.3.
From: |
guix-commits |
Subject: |
branch gnome-team updated: gnu: tuba: Update to 0.6.3. |
Date: |
Thu, 21 Mar 2024 08:07:59 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch gnome-team
in repository guix.
The following commit(s) were added to refs/heads/gnome-team by this push:
new a9951a74a5 gnu: tuba: Update to 0.6.3.
a9951a74a5 is described below
commit a9951a74a591a9b22ee2d93d8efe0523c6c42c97
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 21 14:06:42 2024 +0200
gnu: tuba: Update to 0.6.3.
* gnu/packages/mastodon.scm (tuba): Update to 0.6.3.
Change-Id: I842cc661f5ba9574c2a913308afd1c2b7c8a9697
---
gnu/packages/mastodon.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index cbeccdb402..84f7603bd8 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
;;;
@@ -87,7 +87,7 @@ Features include:
(define-public tuba
(package
(name "tuba")
- (version "0.4.1")
+ (version "0.6.3")
(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 "0v2ihp1dkp13jklp3kysv4blflhx3w0hwcyink4mb7hwsaqy0xnm"))))
+ (base32 "1s1iq9bwv6wp4dyvrdjdbmj9sqj9zxa0c78swcw7nhmm3fksh3vz"))))
(build-system meson-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch gnome-team updated: gnu: tuba: Update to 0.6.3.,
guix-commits <=