[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/21: gnu: toot: Update to 0.24.0.
From: |
guix-commits |
Subject: |
01/21: gnu: toot: Update to 0.24.0. |
Date: |
Sat, 30 Nov 2019 18:54:11 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 11a05344ecde4f39ea11af069f9ea24725235226
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 30 23:54:23 2019 +0100
gnu: toot: Update to 0.24.0.
* gnu/packages/mastodon.scm (toot): Update to 0.24.0.
[arguments]: Remove obsolete ‘dont-install-Makefile’ phase.
---
gnu/packages/mastodon.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index cd12f5a..d2370f2 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -23,31 +24,23 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages check)
#:use-module (gnu packages python-web)
- #:use-module (gnu packages python-xyz)
-)
+ #:use-module (gnu packages python-xyz))
(define-public toot
(package
(name "toot")
- (version "0.21.0")
+ (version "0.24.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "toot" version))
(sha256
- (base32
- "1dqv5jckaw3r7dnfns3iygwbfnf27x513qrw2rryzl5y79xrzs1x"))))
+ (base32 "0w83b6ydaggrand9285wfrjrm1qry8fjl4as0iihma630ky6y2w3"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(delete 'check)
- ;; see https://github.com/ihabunek/toot/issues/91
- (add-after 'unpack 'dont-install-Makefile
- (lambda _
- (substitute* "setup.py"
- (("data_files.*" all) ""))
- #t))
(add-after 'install 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
- 05/21: gnu: f2fs-tools: Update to 1.13.0., (continued)
- 05/21: gnu: f2fs-tools: Update to 1.13.0., guix-commits, 2019/11/30
- 12/21: gnu: paperkey: Update to 1.6., guix-commits, 2019/11/30
- 08/21: gnu: emacs-howm: Update to 1.4.5., guix-commits, 2019/11/30
- 15/21: gnu: z3: Update to 4.8.7., guix-commits, 2019/11/30
- 13/21: gnu: paperkey: Use HTTPS source and home page., guix-commits, 2019/11/30
- 19/21: gnu: edgar: Update to 1.32., guix-commits, 2019/11/30
- 20/21: gnu: yapet: Update to 2.3., guix-commits, 2019/11/30
- 04/21: gnu: toybox: Update to 0.8.2., guix-commits, 2019/11/30
- 16/21: gnu: tnef: Update to 1.4.18., guix-commits, 2019/11/30
- 07/21: gnu: dcmtk: Update to 3.6.5., guix-commits, 2019/11/30
- 01/21: gnu: toot: Update to 0.24.0.,
guix-commits <=
- 17/21: gnu: ncdc: Update to 1.22.1., guix-commits, 2019/11/30
- 18/21: gnu: gnu-efi: Update to 3.0.11., guix-commits, 2019/11/30
- 21/21: gnu: arandr: Download over HTTPS., guix-commits, 2019/11/30
- 14/21: gnu: fcgi: Update to 2.4.2., guix-commits, 2019/11/30