[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: python-coveralls: Update to 1.6.0.
From: |
guix-commits |
Subject: |
10/10: gnu: python-coveralls: Update to 1.6.0. |
Date: |
Thu, 21 Feb 2019 11:39:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5bcb2f0f2e605550117b2cd44ccc0a055404eba0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Feb 21 17:20:32 2019 +0100
gnu: python-coveralls: Update to 1.6.0.
* gnu/packages/python-check.scm (python-coveralls): Update to 1.6.0.
---
gnu/packages/python-check.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2a5dbae..2686425 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,14 +31,14 @@
(define-public python-coveralls
(package
(name "python-coveralls")
- (version "1.5.1")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "coveralls" version))
(sha256
(base32
- "0vfdny96gcq05qk5wxdbfxfaaprdk7c9q2pqvg7ac5l9sf48wqxb"))))
+ "1dswhd2q2412wrldi97hdwlsymj9pm79v7pvjx53z5wh2d33w8bg"))))
(build-system python-build-system)
(propagated-inputs
`(("python-coverage" ,python-coverage)
- branch master updated (90eb705 -> 5bcb2f0), guix-commits, 2019/02/21
- 04/10: gnu: restic: Update to 0.9.4., guix-commits, 2019/02/21
- 01/10: gnu: fasm: Update to 1.73.09., guix-commits, 2019/02/21
- 03/10: gnu: wimlib: Don't use NAME in source URI., guix-commits, 2019/02/21
- 02/10: gnu: wimlib: Update to 1.13.0., guix-commits, 2019/02/21
- 06/10: gnu: clutter-gst: Update to 3.0.27., guix-commits, 2019/02/21
- 07/10: gnu: clutter-gst: Don't use NAME in source URI., guix-commits, 2019/02/21
- 09/10: gnu: libtermkey: Update to 0.21.1., guix-commits, 2019/02/21
- 10/10: gnu: python-coveralls: Update to 1.6.0.,
guix-commits <=
- 05/10: gnu: remind: Update to 3.1.16., guix-commits, 2019/02/21
- 08/10: gnu: Fix ‘Open GL’ typo., guix-commits, 2019/02/21