guix-commits
[Top][All Lists]
Advanced

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

02/45: gnu: python-cffi: Add 1.15.


From: guix-commits
Subject: 02/45: gnu: python-cffi: Add 1.15.
Date: Wed, 12 Jan 2022 17:58:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a16ca6b38113900b28e219478703c37cd0250042
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 23:30:36 2022 +0100

    gnu: python-cffi: Add 1.15.
    
    * gnu/packages/libffi.scm (python-cffi-1.15): New variable.
---
 gnu/packages/libffi.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 286620882d..2efec07e1d 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015, 2019 Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
 ;;; Copyright © 2016, 2017, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
-;;; Copyright © 2017, 2019, 2020 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2017, 2019, 2020, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 John Doe <dftxbs3e@free.fr>
@@ -140,6 +140,18 @@ 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 python2-cffi
   (package-with-python2 python-cffi))
 



reply via email to

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