guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pytest-localserver: Update to 0.4.1.


From: Leo Famulari
Subject: 01/01: gnu: python-pytest-localserver: Update to 0.4.1.
Date: Thu, 4 Jan 2018 14:24:37 -0500 (EST)

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

commit e21ce0f9040592d398668498119565d94a639a04
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 4 14:20:07 2018 -0500

    gnu: python-pytest-localserver: Update to 0.4.1.
    
    * gnu/packages/check.scm (python-pytest-localserver): Update to 0.4.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 1dcecb6..f5c6470 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1056,13 +1056,13 @@ the last py.test invocation.")
 (define-public python-pytest-localserver
   (package
     (name "python-pytest-localserver")
-    (version "0.3.5")
+    (version "0.4.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "pytest-localserver" version))
              (sha256
               (base32
-               "0dvqspjr6va55zwmnnc2mmpqc7mm65kxig9ya44x1z8aadzxpa4p"))))
+               "08f06rvj31wqf0vgmd1waya87r7vy6x8ck48lxl3dxy83q5gcam7"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases



reply via email to

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