lilyp pushed a commit to branch gnome-team
in repository guix.
commit bfd854cb6435a5399c85b2b25e2b47a2f329a00c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:03 2025 +0100
gnu: colord-gtk: Update to 0.3.1.
* gnu/packages/freedesktop.scm (colord-gtk): Update to 0.3.1.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 4c37dad1af..7d35a398ff 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2446,14 +2446,14 @@ iChat interoperability, and multi-user chats and Tubes
using the
(define-public colord-gtk
(package
(name "colord-gtk")
- (version "0.3.0")
+ (version "0.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/colord"
"/releases/" name "-" version ".tar.xz"))
(sha256
(base32
- "1l61ydb0zv2ffilwpapgz5mm3bznr28zl16xqbxnz6kdsrb6cimr"))))
+ "0b8j7an572ww8n3n0j9kwrl27qd3156g4zix9rzs2c2nny4vhxn1"))))
(outputs '("out" "doc"))
(build-system meson-build-system)
(arguments