mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'staging' into core-updates
This commit is contained in:
commit
9044b086dd
289 changed files with 222361 additions and 156771 deletions
|
@ -81,13 +81,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))
|
||||
|
@ -138,18 +138,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue