diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 06:19:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 06:46:21 +0200 |
commit | f6c454940a52c775693704e3e9768434a46273f5 (patch) | |
tree | 9ea53519cad2bfa8e4441259f0377e2c53a897ea /gnu/packages | |
parent | b21d1735e855e7098cb8dc695054d0d64c2dba92 (diff) |
gnu: babl: Update to 0.1.76.
* gnu/packages/gimp.scm (babl): Update to 0.1.76.
Diffstat (limited to 'gnu/packages')
-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 2a0ca3ac25..b5bb29e010 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -51,7 +51,7 @@ (define-public babl (package (name "babl") - (version "0.1.74") + (version "0.1.76") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/babl/" @@ -65,7 +65,7 @@ "/babl-" version ".tar.xz"))) (sha256 (base32 - "03nfcvy3453xkfvsfcnsfcjf2vg2pin09qnr9jlssdysa1lhnwcs")))) + "183kj2yq08vvldp8307vq61y2ravcqkyarrhak9w2l30gygp9100")))) (build-system meson-build-system) (arguments `(#:configure-flags |