gnu: exempi: Update to 2.4.2.
* gnu/packages/freedesktop.scm (exempi): Update to 2.4.2.
This commit is contained in:
parent
16ab9824b2
commit
941a38b66e
|
@ -404,7 +404,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
|
||||||
(define-public exempi
|
(define-public exempi
|
||||||
(package
|
(package
|
||||||
(name "exempi")
|
(name "exempi")
|
||||||
(version "2.3.0")
|
(version "2.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -412,7 +412,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jcrv3w8m415cq8xi886hcxfqbrn5dczxbzybx9bhf3dbqsyv6nq"))))
|
"1v665fc7x0yi7x6lzskvd8bd2anf7951svn2vd5384dblmgv43av"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list (string-append "--with-boost="
|
`(#:configure-flags (list (string-append "--with-boost="
|
||||||
|
|
Loading…
Reference in New Issue