me
/
guix
Archived
1
0
Fork 0

gnu: imlib2: Update to 1.10.0.

* gnu/packages/image.scm (imlib2): Update to 1.10.0.
master
Efraim Flashner 2022-12-21 22:01:42 +02:00
parent 9782c45292
commit 877b5038cc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -966,7 +966,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
(define-public imlib2
(package
(name "imlib2")
(version "1.9.1")
(version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -974,7 +974,7 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
"/imlib2-" version ".tar.xz"))
(sha256
(base32
"0hsdfs7wa5f7fwb5nfgqzvf29bp59rgy0i0c4m6mvgpzpww408ja"))))
"1fnbh6vj0d9l1c2bzw9psxh3wnlbr1nlfzi16w60hp48gj9ilz3j"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list "--disable-static")))