me
/
guix
Archived
1
0
Fork 0

gnu: babl: Update to 0.1.66.

* gnu/packages/gimp.scm (babl): Update to 0.1.66.
master
Nicolas Goaziou 2019-06-13 12:52:40 +02:00
parent aa86c3adbd
commit 42b641b7d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
(define-public babl
(package
(name "babl")
(version "0.1.64")
(version "0.1.66")
(source (origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/babl/"
@ -63,7 +63,7 @@
"/babl-" version ".tar.bz2")))
(sha256
(base32
"1gsqs5spgla86y9g11riryvw7015asik7y22maainl83nhq4sxxv"))))
"0qx1dwbinxihwl2lmxi60qiqi402jlrdcnixx14kk6j88n9xi79n"))))
(build-system gnu-build-system)
(home-page "http://gegl.org/babl/")
(synopsis "Image pixel format conversion library")