diff mbox series

[bug#40078] gnu: nose2: Update to 0.9.2.

Message ID CAEwRq=qs1s6dWL9=w0W3CaSf=NhZQ3ZdLSOpWcdjqXvtOZr3JA@mail.gmail.com
State Accepted
Headers show
Series [bug#40078] gnu: nose2: Update to 0.9.2. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Vincent Legoll March 15, 2020, 5:06 p.m. UTC
Sligthly tested with the nvme-cli (pending package) tests (all tests
are failing, probably not because of nose2)

Comments

Leo Famulari March 15, 2020, 5:46 p.m. UTC | #1
On Sun, Mar 15, 2020 at 06:06:15PM +0100, Vincent Legoll wrote:
> Sligthly tested with the nvme-cli (pending package) tests (all tests
> are failing, probably not because of nose2)
> 
> -- 
> Vincent Legoll

> From c4cc7f343f498de39763694c8255e32e4e1e4598 Mon Sep 17 00:00:00 2001
> From: Vincent Legoll <vincent.legoll@gmail.com>
> Date: Sun, 15 Mar 2020 17:47:56 +0100
> Subject: [PATCH] gnu: nose2: Update to 0.9.2.
> 
> * gnu/packages/check.scm (nose2): Update to 0.9.2.

Thanks! I changed the commit message to correctly refer to the package
variable name and pushed as cd773f118573aad42c1e10dd77061fd3d1279189
diff mbox series

Patch

From c4cc7f343f498de39763694c8255e32e4e1e4598 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 15 Mar 2020 17:47:56 +0100
Subject: [PATCH] gnu: nose2: Update to 0.9.2.

* gnu/packages/check.scm (nose2): Update to 0.9.2.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 15ab54dd8a..fa14ac1544 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -706,14 +706,14 @@  have been used.")
 (define-public python-nose2
   (package
     (name "python-nose2")
-    (version "0.6.5")
+    (version "0.9.2")
       (source
         (origin
           (method url-fetch)
           (uri (pypi-uri "nose2" version))
           (sha256
            (base32
-            "1x4zjq1zlyrh8b9ba0cmafd3w94pxhid408kibyjd3s6h1lap6s7"))))
+            "0pmbb6nk31yhgh4zkcblzxsznml7f7pf5q1ihgrwvbxv4mwzfql7"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f)) ; 'module' object has no attribute 'collector'
     (propagated-inputs
-- 
2.25.1