guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: python-cffi: Update to 1.15.1.


From: guix-commits
Subject: 01/08: gnu: python-cffi: Update to 1.15.1.
Date: Sat, 16 Jul 2022 14:27:22 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 32b7e12e77d58ed67c1a3c3123f01e487b660dbd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 14 03:00:15 2022 +0200

    gnu: python-cffi: Update to 1.15.1.
    
    * gnu/packages/libffi.scm (python-cffi): Update to 1.15.1.
    (python-cffi-1.15): Remove variable.
---
 gnu/packages/libffi.scm | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 701feeb773..c37baaf056 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -82,13 +82,13 @@ conversions for values passed between the two languages.")
 (define-public python-cffi
   (package
     (name "python-cffi")
-    (version "1.14.4")
+    (version "1.15.1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "cffi" version))
       (sha256
-       (base32 "0v080s7vlrjz9z823x2yh36yc8drwpvvir6w8wfkkzd7k2z5qihs"))))
+       (base32 "1y9lr651svbzf1m03s4lqbnbv2byx8f6f0ml7hjm24vvlfwvy06l"))))
     (build-system python-build-system)
     (inputs
      (list libffi))
@@ -140,18 +140,6 @@ conversions for values passed between the two languages.")
     (description "Foreign Function Interface for Python calling C code.")
     (license expat)))
 
-;; TODO(staging): Merge with the above.
-(define-public python-cffi-1.15
-  (package
-    (inherit python-cffi)
-    (version "1.15.0")
-    (source
-     (origin
-      (method url-fetch)
-      (uri (pypi-uri "cffi" version))
-      (sha256
-       (base32 "0m3rz2pqfmyfagx0bhj2jlbr2h58j3wr3cyv1agxkhlnm1k0s3wj"))))))
-
 (define-public python-cffi-documentation
   (package
     (name "python-cffi-documentation")



reply via email to

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