gnu: imlib2: Update to 1.9.1.
* gnu/packages/image.scm (imlib2): Update to 1.9.1.master
parent
fb3d90b8f3
commit
5bfe389a6e
|
@ -978,7 +978,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
|
||||||
(define-public imlib2
|
(define-public imlib2
|
||||||
(package
|
(package
|
||||||
(name "imlib2")
|
(name "imlib2")
|
||||||
(version "1.9.0")
|
(version "1.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -986,7 +986,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
|
||||||
"/imlib2-" version ".tar.xz"))
|
"/imlib2-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l662h74i3mzl5ligj1352rf8bf48drasj97wygr2037gk5fijas"))))
|
"0hsdfs7wa5f7fwb5nfgqzvf29bp59rgy0i0c4m6mvgpzpww408ja"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--disable-static")))
|
'(#:configure-flags (list "--disable-static")))
|
||||||
|
|
Reference in New Issue