guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: toot: Update to 0.36.0.


From: guix-commits
Subject: 02/07: gnu: toot: Update to 0.36.0.
Date: Wed, 22 Mar 2023 04:55:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 37664e1cecceb82e7922ddac7af52eaf5fcb1301
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 22 10:31:15 2023 +0200

    gnu: toot: Update to 0.36.0.
    
    * gnu/packages/mastodon.scm (toot): Update to 0.36.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 ae121f1683..9c1d3cd26f 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -42,13 +42,13 @@
 (define-public toot
   (package
     (name "toot")
-    (version "0.35.0")
+    (version "0.36.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "toot" version))
         (sha256
-         (base32 "07vhirr3isi1bisqa5vgj13a4y9cj539c0djkd2dsa80g98g8xmi"))))
+         (base32 "1n79jwr3kpnc2xsr9isbgrj5as5i6zbkhxrdpdjfg87qbbjz7xca"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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