guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: python-pytest-asyncio: Update to 0.15.1.


From: guix-commits
Subject: 08/15: gnu: python-pytest-asyncio: Update to 0.15.1.
Date: Thu, 13 May 2021 11:05:49 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5f7448ed8d7b1bddc8726bec3a1e3bf1ae66e59b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 10 13:09:48 2021 +0200

    gnu: python-pytest-asyncio: Update to 0.15.1.
    
    * gnu/packages/check.scm (python-pytest-asyncio): Update to 0.15.1.
---
 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 ce63fa2..30a1b2e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1662,13 +1662,13 @@ executed.")
 (define-public python-pytest-asyncio
   (package
     (name "python-pytest-asyncio")
-    (version "0.10.0")
+    (version "0.15.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-asyncio" version))
        (sha256
-        (base32 "1bysy4nii13bm7h345wxf8fxcjhab7l374pqdv7vwv3izl053b4z"))))
+        (base32 "0vrzsrg3j1cfd57m0b3r5xf87rslgcs42jya346mdg9bc6wwwr15"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-coverage" ,python-coverage)



reply via email to

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