[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: toot: Update to 0.35.0.
From: |
guix-commits |
Subject: |
03/08: gnu: toot: Update to 0.35.0. |
Date: |
Wed, 8 Mar 2023 03:17:33 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 034a5f2e861cb85a1a3b2108b0cee37ae28fd3f5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 8 08:54:31 2023 +0200
gnu: toot: Update to 0.35.0.
* gnu/packages/mastodon.scm (toot): Update to 0.35.0.
---
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 cad2cac690..ae121f1683 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
;;;
@@ -42,13 +42,13 @@
(define-public toot
(package
(name "toot")
- (version "0.32.1")
+ (version "0.35.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "toot" version))
(sha256
- (base32 "0diskgvqmnkjl4k6sdda8f1sfz0c4w0j8ppv1q7p84phh9vgml6g"))))
+ (base32 "07vhirr3isi1bisqa5vgj13a4y9cj539c0djkd2dsa80g98g8xmi"))))
(build-system python-build-system)
(arguments
'(#:phases
- branch master updated (f289fe316a -> 203578eef2), guix-commits, 2023/03/08
- 01/08: gnu: flatpak: Update to 1.14.3., guix-commits, 2023/03/08
- 03/08: gnu: toot: Update to 0.35.0.,
guix-commits <=
- 05/08: gnu: git-annex: Update to 10.20230227., guix-commits, 2023/03/08
- 08/08: gnu: libreoffice: Update to 7.5.1.2., guix-commits, 2023/03/08
- 07/08: gnu: lagrange: Update to 1.15.3., guix-commits, 2023/03/08
- 02/08: gnu: yt-dlp: Update to 2023.03.04., guix-commits, 2023/03/08
- 04/08: gnu: vdirsyncer: Update to 0.19.1., guix-commits, 2023/03/08
- 06/08: gnu: bubblewrap: Update to 0.8.0., guix-commits, 2023/03/08