mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: colord: Update to 1.4.4.
* gnu/packages/gnome.scm (colord): Update to 1.4.4.
This commit is contained in:
parent
d21778aa86
commit
f98be942e3
1 changed files with 2 additions and 3 deletions
|
@ -3023,15 +3023,14 @@ (define-public gnome-terminal
|
|||
(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:
|
||||
|
|
Loading…
Reference in a new issue