Skip to content
Snippets Groups Projects
Commit bcc09d9a authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: freeimage: Update to 3.17.0.

* gnu/packages/image.scm (freeimage): Update to 3.17.0.
  [source]: Use 'string-concatenate' in URI computation.
parent b9270582
No related branches found
No related tags found
No related merge requests found
......@@ -459,17 +459,17 @@ (define-public giblib
(define-public freeimage
(package
(name "freeimage")
(version "3.16.0")
(version "3.17.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/freeimage/Source%20Distribution/"
version "/FreeImage"
(string-join (string-split version #\.) "")
(string-concatenate (string-split version #\.))
".zip"))
(sha256
(base32
"0q1gnjnxgphsh4l8i9rfly4bi8xsczsb9ryzbm8hf38lc3fk5bq3"))))
"12bz57asdcfsz3zr9i9nska0fb6h3z2aizy412qjqkixkginbz7v"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment