guix-commits
[Top][All Lists]
Advanced

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

21/37: gnu: gcr: Update to 3.28.1.


From: guix-commits
Subject: 21/37: gnu: gcr: Update to 3.28.1.
Date: Sun, 14 Jul 2019 15:54:54 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit c18434a45304b0be92ae75e9a7b677a86c45238f
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 00:23:47 2019 -0400

    gnu: gcr: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (gcr): Update to 3.28.1.
    [native-inputs]: Add vala.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 32c71c3..780e2fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -593,7 +593,7 @@ and keep up to date translations of documentation.")
 (define-public gcr
   (package
     (name "gcr")
-    (version "3.28.0")
+    (version "3.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -601,7 +601,7 @@ and keep up to date translations of documentation.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02xgky22xgvhgd525khqh64l5i21ca839fj9jzaqdi3yvb8pbq8m"))
+                "12qn7mcmxb45lz1gq3s3b34rimiyrrshkrpvxdw1fc0w26i4l84m"))
               (patches
                (list
                 ;; This patch solves an ordering issue that showed up when
@@ -643,6 +643,7 @@ and keep up to date translations of documentation.")
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
        ("libxml2" ,libxml2)
+       ("vala" ,vala)
        ("xsltproc" ,libxslt)))
     ;; mentioned in gck.pc, gcr.pc and gcr-ui.pc
     (propagated-inputs



reply via email to

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