me
/
guix
Archived
1
0
Fork 0

gnu: python-cffi: Update to 1.14.4.

* gnu/packages/libffi.scm (python-cffi): Update to 1.14.4.
master
Marius Bakke 2020-12-12 17:08:59 +01:00
parent 7411c2efce
commit d50a2d91ed
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -95,13 +95,13 @@ conversions for values passed between the two languages.")
(define-public python-cffi
(package
(name "python-cffi")
(version "1.14.0")
(version "1.14.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cffi" version))
(sha256
(base32 "1dn279gw5ql8i5n3s5v4rnv96rhhjjfn7xq729qbl5bs2954yf1d"))))
(base32 "0v080s7vlrjz9z823x2yh36yc8drwpvvir6w8wfkkzd7k2z5qihs"))))
(build-system python-build-system)
(inputs
`(("libffi" ,libffi)))