guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: toot: Update to 0.25.2.


From: guix-commits
Subject: 04/05: gnu: toot: Update to 0.25.2.
Date: Wed, 1 Apr 2020 03:23:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b7417f3d54346981c9fd6b3985cdfbca7e167ffb
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Apr 1 10:21:48 2020 +0300

    gnu: toot: Update to 0.25.2.
    
    * gnu/packages/mastodon.scm (toot): Update to 0.25.2.
---
 gnu/packages/mastodon.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index 54d4c53..1814330 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2019, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -29,13 +29,13 @@
 (define-public toot
   (package
     (name "toot")
-    (version "0.24.0")
+    (version "0.25.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "toot" version))
         (sha256
-         (base32 "0w83b6ydaggrand9285wfrjrm1qry8fjl4as0iihma630ky6y2w3"))))
+         (base32 "16akld7zfr52rqrbgf6hmsca9qsrfdbbbd9bji8d26zggxmqq4vq"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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