diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-21 13:47:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-21 18:50:58 +0200 |
commit | 9b63458b09326c66f5c8cda7df977ab54cb9a5b2 (patch) | |
tree | 842ac3e67775dac1273c26add5f48e2aff1fbf1e /gnu/packages/gimp.scm | |
parent | 603822b090196c9af8d6eab09ae23d31ab200cfc (diff) |
gnu: babl: Update to 0.1.50.
* gnu/packages/gimp.scm (babl): Update to 0.1.50.
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 628d285e45..07f6444a85 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -48,7 +48,7 @@ (define-public babl (package (name "babl") - (version "0.1.46") + (version "0.1.50") (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 - "0nwyhvfca6m35wjcccvwca7fcihzgdfyc012qi703y5d3cxl1hmv")))) + "0bavr2y4v88pip7vlca4kwmnksk2qxcvkkdp9jyfi6pzh701sb5m")))) (build-system gnu-build-system) (home-page "http://gegl.org/babl/") (synopsis "Image pixel format conversion library") |