diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-03-21 14:06:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-03-21 14:07:09 +0200 |
commit | a9951a74a591a9b22ee2d93d8efe0523c6c42c97 (patch) | |
tree | c3957c04dbf7795f5d124dd6f0b14e5b14376742 | |
parent | 8fa07612644339a2bf21be9ee924e6ff1e0ec81d (diff) | |
download | guix-a9951a74a591a9b22ee2d93d8efe0523c6c42c97.tar guix-a9951a74a591a9b22ee2d93d8efe0523c6c42c97.tar.gz |
gnu: tuba: Update to 0.6.3.
* gnu/packages/mastodon.scm (tuba): Update to 0.6.3.
Change-Id: I842cc661f5ba9574c2a913308afd1c2b7c8a9697
-rw-r--r-- | gnu/packages/mastodon.scm | 6 |
1 files 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 |