diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-29 23:58:02 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-30 17:59:18 +0200 |
commit | 77c07d9a6149f41870684df587e1fee5dad78acd (patch) | |
tree | d30a056da50839b009f7fec630527e150d4d7a4d | |
parent | 466038b2e552f5550252afb1a22e3936bc455cfc (diff) | |
download | guix-77c07d9a6149f41870684df587e1fee5dad78acd.tar.gz |
gnu: babl: Update to 0.1.96.
* gnu/packages/gimp.scm (babl): Update to 0.1.96.
-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 a2a991ba4c..8de98b7eba 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -175,7 +175,7 @@ of a larger interface.") (define-public babl (package (name "babl") - (version "0.1.92") + (version "0.1.96") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/babl/" @@ -189,7 +189,7 @@ of a larger interface.") "/babl-" version ".tar.xz"))) (sha256 (base32 - "1hd2i1s7fng33msxiafavk3zb4zb9jk61w8qmmsn6jwl51876rzn")))) + "1xj5hlmm834lb84rpjlfxbqnm5piswgzhjas4h8z90x9b7j3yrrk")))) (build-system meson-build-system) (arguments `(#:configure-flags |