guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-cffi: Update to 1.11.2.


From: Efraim Flashner
Subject: 02/04: gnu: python-cffi: Update to 1.11.2.
Date: Sun, 15 Oct 2017 04:57:29 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cca55d571cea4ee5c16d556ef52ddfa2d68ce80d
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 15 09:32:54 2017 +0300

    gnu: python-cffi: Update to 1.11.2.
    
    * gnu/packages/python.scm (python-cffi): Update to 1.11.2.
    [home-page]: Use 'https'.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6980235..1cfd988 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5137,13 +5137,13 @@ a front-end for C compilers or analysis tools.")
 (define-public python-cffi
   (package
     (name "python-cffi")
-    (version "1.10.0")
+    (version "1.11.2")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "cffi" version))
       (sha256
-       (base32 "1mffyilq4qycm8gs4wkgb18rnqil8a9blqq77chdlshzxc8jkc5k"))))
+       (base32 "19h0wwz9cww74gw8cyq0izj8zkhjyzjw2d3ks1c3f1y4q28xv1xb"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs
@@ -5198,7 +5198,7 @@ a front-end for C compilers or analysis tools.")
                  (copy-recursively "build/html" html))
                (copy-file "LICENSE" (string-append doc "/LICENSE"))
                #t))))))
-    (home-page "http://cffi.readthedocs.org";)
+    (home-page "https://cffi.readthedocs.org";)
     (synopsis "Foreign function interface for Python")
     (description
      "Foreign Function Interface for Python calling C code.")



reply via email to

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