This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3311a74 gnu: tootle: Update to 1.0.
3311a74 is described below
commit 3311a7470a06b60a7124b7d80853a45d7dbd7713
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 7 16:37:24 2021 +0200
gnu: tootle: Update to 1.0.
* gnu/packages/mastodon.scm (tootle): Update to 1.0.
---
gnu/packages/mastodon.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index a01d4c5..17673c7 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