guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: toot: Update to 0.32.1.


From: guix-commits
Subject: 03/04: gnu: toot: Update to 0.32.1.
Date: Sun, 18 Dec 2022 14:49:10 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 710c8f159f314e58c3328eae076ae84a5b4960c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 18 21:44:15 2022 +0200

    gnu: toot: Update to 0.32.1.
    
    * gnu/packages/mastodon.scm (toot): Update to 0.32.1.
---
 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 e8c31fb168..cad2cac690 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -42,13 +42,13 @@
 (define-public toot
   (package
     (name "toot")
-    (version "0.30.1")
+    (version "0.32.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "toot" version))
         (sha256
-         (base32 "0r9f2frlwfxkcv6c9lh36maph90v2yp6s7phynbrb3m7v35xzaxz"))))
+         (base32 "0diskgvqmnkjl4k6sdda8f1sfz0c4w0j8ppv1q7p84phh9vgml6g"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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