guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: python-hypothesis: Update to 4.7.19.


From: guix-commits
Subject: 06/17: gnu: python-hypothesis: Update to 4.7.19.
Date: Mon, 4 Mar 2019 17:03:48 -0500 (EST)

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

commit d9ea7a734db21d5b608bd8ee30359b1ef44c1d25
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 18:12:35 2019 +0100

    gnu: python-hypothesis: Update to 4.7.19.
    
    * gnu/packages/check.scm (python-hypothesis): Update to 4.7.19.
---
 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 65faaee..03e6c5f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1474,13 +1474,13 @@ instantly.")
 (define-public python-hypothesis
   (package
     (name "python-hypothesis")
-    (version "4.5.3")
+    (version "4.7.19")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "hypothesis" version))
               (sha256
                (base32
-                "0fvq4mfybm129l978war86mcshkn28dkrxw7lr8549zr9ywvik1c"))))
+                "18740bkpvj4ygmvzxnhakxdmj2igvgyayczyajll9gz5x47d9mjy"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-flake8" ,python-flake8)



reply via email to

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