gnu: tootle: Update to 1.0.

* gnu/packages/mastodon.scm (tootle): Update to 1.0.
This commit is contained in:
Efraim Flashner 2021-02-07 16:37:24 +02:00
parent e1bdab4f0f
commit 3311a7470a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -78,7 +78,7 @@ (define-public toot
(define-public tootle
(package
(name "tootle")
(version "1.0-alpha2")
(version "1.0")
(source
(origin
(method git-fetch)
@ -88,7 +88,7 @@ (define-public tootle
(file-name (git-file-name name version))
(sha256
(base32
"16xz58xasprza89j3ljrfpgvn05yc00p1ch96nyia99r1dyms9rx"))))
"1nm57239mhdq462an6bnhdlijpijxmjs9mqbyirwxwa048d3n4rm"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t