diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-09 00:57:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-09 00:57:36 +0200 |
commit | 69ecd666d73ebc5ee7a0be54f4e24f000d1d7e31 (patch) | |
tree | 80fc467b3129cd302aed02622dd497247a8c5bb0 /gnu/packages/gimp.scm | |
parent | 4bed3b101253e5f82c6423f0eb55b307ec839f53 (diff) | |
parent | c6de5afe5c5da34513ea43b041fead30f28f57d4 (diff) | |
download | guix-69ecd666d73ebc5ee7a0be54f4e24f000d1d7e31.tar.gz |
Merge branch 'master' into staging
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 700d0bbf09..c190049212 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -49,7 +49,7 @@ (define-public babl (package (name "babl") - (version "0.1.62") + (version "0.1.64") (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 - "047msfzj8v4sfl61a2xhd69r9rh2pjq4lzpk3j10ijyv9qbry9yw")))) + "1gsqs5spgla86y9g11riryvw7015asik7y22maainl83nhq4sxxv")))) (build-system gnu-build-system) (home-page "http://gegl.org/babl/") (synopsis "Image pixel format conversion library") |