guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: colord: Update to 1.4.4.


From: guix-commits
Subject: 02/03: gnu: colord: Update to 1.4.4.
Date: Wed, 23 Oct 2019 19:09:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f98be942e314d9add540a71b987fc5510d1981e1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 23 23:20:49 2019 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0e2c6eb..a541648 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:



reply via email to

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