[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-whatever: Update to 0.6.
From: |
guix-commits |
Subject: |
03/07: gnu: python-whatever: Update to 0.6. |
Date: |
Sat, 23 Nov 2019 09:41:17 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 97610a661482cf28d580054d48a26557ee90f877
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 23 14:48:14 2019 +0100
gnu: python-whatever: Update to 0.6.
* gnu/packages/python-xyz.scm (python-whatever): Update to 0.6.
---
gnu/packages/python-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8d53a59..684a41f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14820,15 +14820,14 @@ files, and Makefiles.")
(define-public python-whatever
(package
(name "python-whatever")
- (version "0.5")
+ (version "0.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/Suor/whatever/archive/" version
".tar.gz"))
(sha256
- (base32
- "1iqvnaf0zpc6b4rvbqq4xy45mszcscyzpzknv8wg6j84pbp22sap"))
+ (base32 "1rchg9hrlvw4sn20lq1zspczr4x1pv57c02gv73igiqx1hqpy2nc"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system)
(arguments
- branch master updated (7e90eb9 -> 74eee9f), guix-commits, 2019/11/23
- 01/07: gnu: perl-moox-late: Update to 0.016., guix-commits, 2019/11/23
- 04/07: gnu: perl-cairo: Update to 1.107., guix-commits, 2019/11/23
- 02/07: gnu: perl-apache-logformat-compiler: Update to 0.36., guix-commits, 2019/11/23
- 03/07: gnu: python-whatever: Update to 0.6.,
guix-commits <=
- 05/07: gnu: perl-indirect: Update to 0.39., guix-commits, 2019/11/23
- 06/07: gnu: perl-file-slurp: Update to 9999.28., guix-commits, 2019/11/23
- 07/07: gnu: python-django-pipeline: Fix tests., guix-commits, 2019/11/23