guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nose2: Update to 0.9.2.


From: guix-commits
Subject: branch master updated: gnu: nose2: Update to 0.9.2.
Date: Sun, 15 Mar 2020 13:46:12 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cd773f1  gnu: nose2: Update to 0.9.2.
cd773f1 is described below

commit cd773f118573aad42c1e10dd77061fd3d1279189
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Mar 15 17:47:56 2020 +0100

    gnu: nose2: Update to 0.9.2.
    
    * gnu/packages/check.scm (python-nose2): Update to 0.9.2.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 15ab54d..fa14ac1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]