guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/19: gnu: colord: Update to 1.4.5.


From: guix-commits
Subject: 04/19: gnu: colord: Update to 1.4.5.
Date: Wed, 4 Nov 2020 22:00:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bddcc133dbbd537d0cf5a7d7ef65e2253b63d369
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 16:28:37 2020 +0100

    gnu: colord: Update to 1.4.5.
    
    * gnu/packages/gnome.scm (colord): Update to 1.4.5.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index de77e1a..43b681d 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]