guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: toot: Update to 0.38.1.


From: guix-commits
Subject: 03/03: gnu: toot: Update to 0.38.1.
Date: Wed, 26 Jul 2023 02:52:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 713dca1399cda2439af75989510f86718741a4ff
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 26 09:11:56 2023 +0300

    gnu: toot: Update to 0.38.1.
    
    * gnu/packages/mastodon.scm (toot): Update to 0.38.1.
    [inputs]: Add python-tomlkit.
---
 gnu/packages/mastodon.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index aa20975597..0aa88d3518 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -47,13 +47,13 @@
 (define-public toot
   (package
     (name "toot")
-    (version "0.37.0")
+    (version "0.38.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "toot" version))
         (sha256
-         (base32 "0qx8hyb74r85dxf97k23w0f5rzkrs16mq7h3y37nwp6hl6gia0ci"))))
+         (base32 "1cn646jzys9vjaw20sxmgzc7zq5a5ma8vabvrw9zpa0yl9wm97my"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -66,7 +66,10 @@
     (native-inputs
      (list python-psycopg2 python-pytest))
     (inputs
-     (list python-beautifulsoup4 python-requests python-urwid
+     (list python-beautifulsoup4
+           python-tomlkit
+           python-requests
+           python-urwid
            python-wcwidth))
     (home-page "https://github.com/ihabunek/toot/";)
     (synopsis "Mastodon CLI client")



reply via email to

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