diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-23 23:20:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 00:59:26 +0200 |
commit | f98be942e314d9add540a71b987fc5510d1981e1 (patch) | |
tree | 5f5a3af7f03f1b504c58b6ecb0657ff7388282ef | |
parent | d21778aa86babe4649be01266ffc49cf0152bc94 (diff) | |
download | guix-f98be942e314d9add540a71b987fc5510d1981e1.tar guix-f98be942e314d9add540a71b987fc5510d1981e1.tar.gz |
gnu: colord: Update to 1.4.4.
* gnu/packages/gnome.scm (colord): Update to 1.4.4.
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0e2c6eb68d..a541648b73 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3023,15 +3023,14 @@ keyboard shortcuts.") (define-public colord (package (name "colord") - (version "1.4.3") + (version "1.4.4") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/colord/releases/" "colord-" version ".tar.xz")) (sha256 - (base32 - "1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls")))) + (base32 "19f0938fr7nvvm3jr263dlknaq7md40zrac2npfyz25zc00yh3ws")))) (build-system meson-build-system) (arguments '(;; FIXME: One test fails: |