gnu: babl: Update to 0.1.52.

* gnu/packages/gimp.scm (babl): Update to 0.1.52.
This commit is contained in:
Tobias Geerinckx-Rice 2018-07-08 19:28:04 +02:00
parent 3ccad0f3da
commit 55939399a8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -48,7 +48,7 @@ (define-module (gnu packages gimp)
(define-public babl
(package
(name "babl")
(version "0.1.50")
(version "0.1.52")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/babl/"
@ -62,7 +62,7 @@ (define-public babl
"/babl-" version ".tar.bz2")))
(sha256
(base32
"0bavr2y4v88pip7vlca4kwmnksk2qxcvkkdp9jyfi6pzh701sb5m"))))
"0v7pkr3qd5jnn0pra88d90ixkl5h9ngg6w660nn1cgh4zjh19xs0"))))
(build-system gnu-build-system)
(home-page "http://gegl.org/babl/")
(synopsis "Image pixel format conversion library")