diff options
author | Vinicius Monego <monego@posteo.net> | 2025-06-18 09:15:09 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-06-19 10:00:58 -0300 |
commit | 1c6ec45056d87f00a09983eea1bf206ac6e84871 (patch) | |
tree | a3106ee8065d9b8e2c5ee51601802fb0cc8d1ab1 /gnu/packages/gimp.scm | |
parent | 075beb5182d7e40bfeb5a29f8f3635bd427fbcf9 (diff) |
gnu: babl: Update to 0.1.114.
* gnu/packages/gimp.scm (babl): Update to 0.1.114.
Change-Id: If5da6a36f5c8f003c5dd8fe8ea10a6cd318ebeb5
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 7db1009e95..f2d278a8d7 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -176,7 +176,7 @@ of a larger interface.") (define-public babl (package (name "babl") - (version "0.1.112") + (version "0.1.114") (source (origin (method url-fetch) (uri (list (string-append "https://download.gimp.org/pub/babl/" @@ -190,7 +190,7 @@ of a larger interface.") "/babl-" version ".tar.xz"))) (sha256 (base32 - "0yca08ay7jygj59bc6fi73pcipi1h6sams43rkzci1qp8a16csgv")))) + "11v48pnmsbbv9j1xh11gn8bx3lnhc96s6zxwncyp0iz4q637gfxw")))) (build-system meson-build-system) (arguments (list |