diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 13:16:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 16:35:54 +0200 |
commit | 3cae7f582e55e0adef629d34bd749740641f9f6c (patch) | |
tree | 334d191b5dd4cd13f7c522fa2d0be53204978930 /gnu/packages/gimp.scm | |
parent | bab4dc58f7278e481c7eb8c6f954d6f1751deb23 (diff) | |
download | guix-3cae7f582e55e0adef629d34bd749740641f9f6c.tar guix-3cae7f582e55e0adef629d34bd749740641f9f6c.tar.gz |
gnu: babl: Update to 0.1.56.
* gnu/packages/gimp.scm (babl): Update to 0.1.56.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 766fd03dcd..5b65834747 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -48,7 +48,7 @@ (define-public babl (package (name "babl") - (version "0.1.52") + (version "0.1.56") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/babl/" @@ -62,7 +62,7 @@ "/babl-" version ".tar.bz2"))) (sha256 (base32 - "0v7pkr3qd5jnn0pra88d90ixkl5h9ngg6w660nn1cgh4zjh19xs0")))) + "0a2dvihah1j7qi5dp1qzzlwklcqnndmxsm7lc7i78g7c2yknrlla")))) (build-system gnu-build-system) (home-page "http://gegl.org/babl/") (synopsis "Image pixel format conversion library") |