guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: python-hypothesis: Update to 4.18.3.


From: guix-commits
Subject: 17/17: gnu: python-hypothesis: Update to 4.18.3.
Date: Wed, 1 May 2019 18:40:36 -0400 (EDT)

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

commit 123bba720d569e533d45173c472475d655541dae
Author: Marius Bakke <address@hidden>
Date:   Wed May 1 23:29:03 2019 +0200

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



reply via email to

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