mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tuba: Update to 0.9.2.
* gnu/packages/fediverse.scm (tuba): Update to 0.9.2. Change-Id: I7ec7b72618579c4db09d52391f1b02d1cc889eae Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
a7fb7b4e10
commit
567b5d573e
1 changed files with 3 additions and 2 deletions
|
@ -102,7 +102,7 @@ Features include:
|
||||||
(define-public tuba
|
(define-public tuba
|
||||||
(package
|
(package
|
||||||
(name "tuba")
|
(name "tuba")
|
||||||
(version "0.8.4")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -111,7 +111,7 @@ Features include:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s36z85s14fp9gicvifvwm2wg13rpb02aqsaz25rx3wg4m0bs83f"))))
|
(base32 "0a66kgsa7blsfk4fp62m76jmvqqlmilih1rs48wb41q69ldm0953"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -149,6 +149,7 @@ Features include:
|
||||||
libgee
|
libgee
|
||||||
libsoup-minimal
|
libsoup-minimal
|
||||||
libsecret
|
libsecret
|
||||||
|
libspelling
|
||||||
libwebp
|
libwebp
|
||||||
libxml2
|
libxml2
|
||||||
vala
|
vala
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue