gnu: babl: Update to 0.1.30.

* gnu/packages/gimp.scm (babl): Update to 0.1.30.
master
Marius Bakke 2017-08-26 19:47:28 +02:00
parent b45c050545
commit 9978567460
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
(define-public babl
(package
(name "babl")
(version "0.1.28")
(version "0.1.30")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/babl/"
@ -54,7 +54,7 @@
version ".tar.bz2")))
(sha256
(base32
"00w6xfcv960c98qvxv81gcbj8l1jiab9sggmdl77m19awwiyvwv3"))))
"1k2k3phh9ybma2snw6hm8inx2dw1jq6cf7w2aqvi4rfr0rxjrha5"))))
(build-system gnu-build-system)
(home-page "http://gegl.org/babl/")
(synopsis "Image pixel format conversion library")