gnu: libffi: Upgrade to 3.0.13.
* gnu/packages/libffi.scm (libffi): Upgrade to 3.0.13.
This commit is contained in:
parent
b15669f37d
commit
a62b83d52f
|
@ -29,7 +29,7 @@
|
||||||
(define out (assoc-ref outputs "out"))
|
(define out (assoc-ref outputs "out"))
|
||||||
(mkdir (string-append out "/include"))
|
(mkdir (string-append out "/include"))
|
||||||
(with-directory-excursion
|
(with-directory-excursion
|
||||||
(string-append out "/lib/libffi-3.0.9/include")
|
(string-append out "/lib/libffi-3.0.13/include")
|
||||||
(for-each (lambda (h)
|
(for-each (lambda (h)
|
||||||
(format #t "moving `~a' to includedir~%" h)
|
(format #t "moving `~a' to includedir~%" h)
|
||||||
(rename-file h (string-append out "/include/" h)))
|
(rename-file h (string-append out "/include/" h)))
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
(not (member x '("." ".."))))))))))
|
(not (member x '("." ".."))))))))))
|
||||||
(package
|
(package
|
||||||
(name "libffi")
|
(name "libffi")
|
||||||
(version "3.0.9")
|
(version "3.0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ln4jbpb6clcsdpb9niqk0frgx4k0xki96wiv067ig0q4cajb7aq"))))
|
"077ibkf84bvcd6rw1m6jb107br63i2pp301rkmsbgg6300adxp8x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:modules ((guix build utils) (guix build gnu-build-system)
|
(arguments `(#:modules ((guix build utils) (guix build gnu-build-system)
|
||||||
(ice-9 ftw) (srfi srfi-26))
|
(ice-9 ftw) (srfi srfi-26))
|
||||||
|
|
Loading…
Reference in New Issue