gnu: imlib2: Update to 1.7.1.
* gnu/packages/image.scm (imlib2): Update to 1.7.1.
This commit is contained in:
parent
ed1c72c3d7
commit
bdfdb9d79d
1 changed files with 2 additions and 2 deletions
|
@ -976,7 +976,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
|
||||||
(define-public imlib2
|
(define-public imlib2
|
||||||
(package
|
(package
|
||||||
(name "imlib2")
|
(name "imlib2")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -984,7 +984,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
|
||||||
"/imlib2-" version ".tar.bz2"))
|
"/imlib2-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zdk4afdrrr1539f2q15zja19j4wwfmpswzws2ffgflcnhywlxhr"))))
|
"01y45cdml2dr9cqgybrgxr86sd77d1qfa1gzclzy1j6bkminlfh3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--disable-static")))
|
'(#:configure-flags (list "--disable-static")))
|
||||||
|
|
Reference in a new issue