mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: tuba: Update to 0.4.1.
* gnu/packages/mastodon.scm (tuba): Update to 0.4.1.
This commit is contained in:
parent
b0926a2fd1
commit
bed6346556
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ (define-public toot
|
||||||
(define-public tuba
|
(define-public tuba
|
||||||
(package
|
(package
|
||||||
(name "tuba")
|
(name "tuba")
|
||||||
(version "0.3.2")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -96,7 +96,7 @@ (define-public tuba
|
||||||
(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 "1xhyz6wi17g4m76lr6qc75q4xnnw7c3dh3d04dg8m5gzk6j0y89x"))))
|
(base32 "0v2ihp1dkp13jklp3kysv4blflhx3w0hwcyink4mb7hwsaqy0xnm"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue