gnu: babl: Update to 0.1.40.

* gnu/packages/gimp.scm (babl): Update to 0.1.40.
master
Tobias Geerinckx-Rice 2018-01-21 02:47:50 +01:00
parent 9d2e56d0af
commit 8f890fed34
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
(define-public babl
(package
(name "babl")
(version "0.1.38")
(version "0.1.40")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/babl/"
@ -58,7 +58,7 @@
"/babl-" version ".tar.bz2")))
(sha256
(base32
"11pfbyzq20596p9sgwraxspg3djg1jzz6wvz4bapf0yyr97jiyd0"))))
"08cdl6rcfvkhqsnhb214xzr0wbrv0956xzlrzqxcb1k1madgjanh"))))
(build-system gnu-build-system)
(home-page "http://gegl.org/babl/")
(synopsis "Image pixel format conversion library")