guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: python-pytest-sugar: Update to 0.9.3.


From: guix-commits
Subject: 03/10: gnu: python-pytest-sugar: Update to 0.9.3.
Date: Thu, 21 May 2020 00:02:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5098b90bf5cb52f80011e023d821dfa8bcb74b32
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu May 21 04:08:49 2020 +0200

    gnu: python-pytest-sugar: Update to 0.9.3.
    
    * gnu/packages/check.scm (python-pytest-sugar): Update to 0.9.3.
---
 gnu/packages/check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e8547a5..12e0179 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1703,14 +1703,13 @@ normally the case.")
 (define-public python-pytest-sugar
   (package
     (name "python-pytest-sugar")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-sugar" version))
        (sha256
-        (base32
-         "1asq7yc4g8bx2sn7yy974mhc9ywvaihasjab4inkirdwn9s7mn7w"))))
+        (base32 "1i0hv3h49zvl62jbiyjag84carbrp3zprqzxffdr291nxavvac0n"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-packaging" ,python-packaging)



reply via email to

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