guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: toot: Update to 0.28.0.


From: guix-commits
Subject: 06/07: gnu: toot: Update to 0.28.0.
Date: Fri, 26 Nov 2021 09:00:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ac4c0b193315d9c61b71749370ad55091154bfdb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Nov 26 15:52:10 2021 +0200

    gnu: toot: Update to 0.28.0.
    
    * gnu/packages/mastodon.scm (toot): Update to 0.28.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 17673c7..f23ff06 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -40,13 +40,13 @@
 (define-public toot
   (package
     (name "toot")
-    (version "0.27.0")
+    (version "0.28.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "toot" version))
         (sha256
-         (base32 "1mfbqmgna7046d134pc5qx1vyfd60vwcn0xr9lxzlmc5rjdbmz8x"))))
+         (base32 "1wsj4160z3m1nvswgkl08n9ymihxhxdvxvrsycn9d3y5fplm00k9"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]