gnu: tootle: Update to 1.0.
* gnu/packages/mastodon.scm (tootle): Update to 1.0.
This commit is contained in:
parent
e1bdab4f0f
commit
3311a7470a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ Features include:
|
||||||
(define-public tootle
|
(define-public tootle
|
||||||
(package
|
(package
|
||||||
(name "tootle")
|
(name "tootle")
|
||||||
(version "1.0-alpha2")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -88,7 +88,7 @@ Features include:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16xz58xasprza89j3ljrfpgvn05yc00p1ch96nyia99r1dyms9rx"))))
|
"1nm57239mhdq462an6bnhdlijpijxmjs9mqbyirwxwa048d3n4rm"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
|
Reference in a new issue