[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: babl: Update to 0.1.108.
From: |
guix-commits |
Subject: |
01/06: gnu: babl: Update to 0.1.108. |
Date: |
Sat, 9 Mar 2024 01:43:09 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 9c78902d8a9350a3277b2550c0dd87019ecc832e
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Feb 29 06:16:54 2024 +0100
gnu: babl: Update to 0.1.108.
* gnu/packages/gimp.scm (babl): Update to 0.1.108.
---
gnu/packages/gimp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index b1ff08d652..5287ec78d5 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.96")
+ (version "0.1.108")
(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
- "1xj5hlmm834lb84rpjlfxbqnm5piswgzhjas4h8z90x9b7j3yrrk"))))
+ "0x8lxvnhfpssj84x47y3y06vsvhd5afb9jknw38c8ymbxafzxpi6"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
- branch master updated (a10cce5246 -> 1bc05c6f6d), guix-commits, 2024/03/09
- 06/06: gnu: Add gimp-next., guix-commits, 2024/03/09
- 05/06: gnu: gimp: Update to 2.10.36., guix-commits, 2024/03/09
- 01/06: gnu: babl: Update to 0.1.108.,
guix-commits <=
- 02/06: gnu: gegl: Update to 0.4.48., guix-commits, 2024/03/09
- 03/06: gnu: babl: Build with introspection., guix-commits, 2024/03/09
- 04/06: gnu: gegl: Build with introspection., guix-commits, 2024/03/09