gnu: exempi: Update to 2.3.0.
* gnu/packages/freedesktop.scm (exempi): Update to 2.3.0.
This commit is contained in:
parent
3f61f926b9
commit
5c6fdaa9e1
|
@ -288,7 +288,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
||||||
(define-public exempi
|
(define-public exempi
|
||||||
(package
|
(package
|
||||||
(name "exempi")
|
(name "exempi")
|
||||||
(version "2.2.2")
|
(version "2.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -296,7 +296,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01vcd1mfn2s0iiq2cjyzgvnxx6kcq9cwra1iipijhs0vwvjx0yhf"))))
|
"0jcrv3w8m415cq8xi886hcxfqbrn5dczxbzybx9bhf3dbqsyv6nq"))))
|
||||||
(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