guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pynacl: Update to 1.2.0.


From: Leo Famulari
Subject: 01/01: gnu: python-pynacl: Update to 1.2.0.
Date: Mon, 19 Mar 2018 12:38:02 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6969ad0eddfb237bfee31fb62ada6a239f5af055
Author: Leo Famulari <address@hidden>
Date:   Mon Mar 19 12:20:22 2018 -0400

    gnu: python-pynacl: Update to 1.2.0.
    
    * gnu/packages/python-crypto.scm (python-pynacl): Update to 1.2.0.
    [native-inputs]: Add python-hypothesis.
---
 gnu/packages/python-crypto.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 3734b6b..e94ca30 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -556,7 +556,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
 (define-public python-pynacl
   (package
     (name "python-pynacl")
-    (version "1.1.2")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
@@ -566,7 +566,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
        (snippet '(delete-file-recursively "src/libsodium"))
        (sha256
         (base32
-         "135gz0020fqx8fbr9izpwyq49aww202nkqacq0cw61xz99sjpx9j"))))
+         "01vjq0pxyw1mxaqy013hzs8nknmvg3kpzlzmh69jxznyipgvria5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -576,7 +576,8 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
              (setenv "SODIUM_INSTALL" "system")
              #t)))))
     (native-inputs
-     `(("python-pytest" ,python-pytest)))
+     `(("python-hypothesis" ,python-hypothesis)
+       ("python-pytest" ,python-pytest)))
     (propagated-inputs
      `(("python-cffi" ,python-cffi)
        ("python-six" ,python-six)



reply via email to

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