guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pytest-localserver: Update to 0.7.1.


From: guix-commits
Subject: 01/03: gnu: python-pytest-localserver: Update to 0.7.1.
Date: Tue, 18 Apr 2023 00:30:25 -0400 (EDT)

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

commit aaf85222f108b868f095ef0e7400e219b945d032
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Apr 18 00:11:52 2023 -0400

    gnu: python-pytest-localserver: Update to 0.7.1.
    
    * gnu/packages/check.scm (python-pytest-localserver): Update to 0.7.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 cb38ea8538..33bc808687 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2199,13 +2199,13 @@ the last py.test invocation.")
 (define-public python-pytest-localserver
   (package
     (name "python-pytest-localserver")
-    (version "0.5.0")
+    (version "0.7.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pytest-localserver" version))
               (sha256
                (base32
-                "1hpgpxrpfq5c731ndnsay2lc0y9nh2wy9fn1f83s3z8xkn82fm1s"))))
+                "0fzysfzvlc2p5dh6lhs5sq3h8g4mypwvqm4w44fr6f5lbialcyz7"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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