summaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-02-07 16:37:24 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-02-07 16:37:24 +0200
commit3311a7470a06b60a7124b7d80853a45d7dbd7713 (patch)
tree405f0ce588cd07906ee946829dc3f06f8618a498 /gnu/packages/mastodon.scm
parente1bdab4f0f7fe28a07054ea09b0c6153ddd05a24 (diff)
downloadguix-patches-3311a7470a06b60a7124b7d80853a45d7dbd7713.tar
guix-patches-3311a7470a06b60a7124b7d80853a45d7dbd7713.tar.gz
gnu: tootle: Update to 1.0.
* gnu/packages/mastodon.scm (tootle): Update to 1.0.
Diffstat (limited to 'gnu/packages/mastodon.scm')
-rw-r--r--gnu/packages/mastodon.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index a01d4c56d9..17673c7fde 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -78,7 +78,7 @@ Features include:
(define-public tootle
(package
(name "tootle")
- (version "1.0-alpha2")
+ (version "1.0")
(source
(origin
(method git-fetch)
@@ -88,7 +88,7 @@ Features include:
(file-name (git-file-name name version))
(sha256
(base32
- "16xz58xasprza89j3ljrfpgvn05yc00p1ch96nyia99r1dyms9rx"))))
+ "1nm57239mhdq462an6bnhdlijpijxmjs9mqbyirwxwa048d3n4rm"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t