[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-rednose: Update to 1.2.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/06: gnu: python-rednose: Update to 1.2.3. |
Date: |
Sun, 24 Dec 2017 19:58:43 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a431b035008e5fe1ea844f743ff993cb56c7795e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Dec 25 00:41:08 2017 +0000
gnu: python-rednose: Update to 1.2.3.
* gnu/packages/check.scm (python-rednose): Update to 1.2.3.
---
gnu/packages/check.scm | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f8e7e53..3c971ad 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1591,24 +1591,15 @@ JSON APIs with Behave.")
(define-public python-rednose
(package
(name "python-rednose")
- (version "1.2.1")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rednose" version))
(sha256
(base32
- "0b0bsna217lr1nykyhl5fgjly15zhdvqd4prg4wy1zrgfv7al6m0"))))
+ "11x5nx5b4wdq04s7vj1gcdl07jvvkfb37p0r5lg773gr5rr8mj6h"))))
(build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-deps
- (lambda _
- ;; See <https://github.com/JBKahn/rednose/issues/12>
- (substitute* "setup.py"
- (("python-termstyle") "termstyle"))
- #t)))))
(propagated-inputs
`(("python-colorama" ,python-colorama)
("python-termstyle" ,python-termstyle)))
- branch master updated (2705a97 -> ac97dce), Tobias Geerinckx-Rice, 2017/12/24
- 02/06: gnu: scheme48-rx: Update to 0.0.0-2.dd9037f., Tobias Geerinckx-Rice, 2017/12/24
- 01/06: gnu: cbatticon: Update to 1.6.7., Tobias Geerinckx-Rice, 2017/12/24
- 03/06: gnu: python-freezegun: Update to 0.3.9., Tobias Geerinckx-Rice, 2017/12/24
- 05/06: gnu: python-rednose: Update to 1.2.3.,
Tobias Geerinckx-Rice <=
- 06/06: gnu: check, llvm: Use HTTPS for llvm.org home pages., Tobias Geerinckx-Rice, 2017/12/24
- 04/06: gnu: python-lit: Update to 0.5.1., Tobias Geerinckx-Rice, 2017/12/24