mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cffi: Update to 1.14.4.
* gnu/packages/libffi.scm (python-cffi): Update to 1.14.4.
This commit is contained in:
parent
7411c2efce
commit
d50a2d91ed
1 changed files with 2 additions and 2 deletions
|
@ -95,13 +95,13 @@ conversions for values passed between the two languages.")
|
||||||
(define-public python-cffi
|
(define-public python-cffi
|
||||||
(package
|
(package
|
||||||
(name "python-cffi")
|
(name "python-cffi")
|
||||||
(version "1.14.0")
|
(version "1.14.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cffi" version))
|
(uri (pypi-uri "cffi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dn279gw5ql8i5n3s5v4rnv96rhhjjfn7xq729qbl5bs2954yf1d"))))
|
(base32 "0v080s7vlrjz9z823x2yh36yc8drwpvvir6w8wfkkzd7k2z5qihs"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libffi" ,libffi)))
|
`(("libffi" ,libffi)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue