diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 16:28:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-05 03:46:09 +0100 |
commit | bddcc133dbbd537d0cf5a7d7ef65e2253b63d369 (patch) | |
tree | ed508f56a58d4eafa8599bcb0e08aa57708d026b /gnu | |
parent | d9005cdcc30114ad9fe8d777342dec17a68bcd3b (diff) |
gnu: colord: Update to 1.4.5.
* gnu/packages/gnome.scm (colord): Update to 1.4.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index de77e1a259..43b681d85d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5065,14 +5065,14 @@ keyboard shortcuts.") (define-public colord (package (name "colord") - (version "1.4.4") + (version "1.4.5") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/colord/releases/" "colord-" version ".tar.xz")) (sha256 - (base32 "19f0938fr7nvvm3jr263dlknaq7md40zrac2npfyz25zc00yh3ws")))) + (base32 "05sydi6qqqx1rrqwnga1vbg9srkf89wdcfw5w4p4m7r37m2flx5p")))) (build-system meson-build-system) (arguments '(;; FIXME: One test fails: |