guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: libsecret: Update to 0.20.4.


From: guix-commits
Subject: 03/14: gnu: libsecret: Update to 0.20.4.
Date: Tue, 13 Oct 2020 14:08:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dcf05d0560a4c1b44634b6225cf78dbb532b9bd8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 15:28:01 2020 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e8570f4..4ef790d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4735,7 +4735,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.20.3")
+    (version "0.20.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4744,7 +4744,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
                     "libsecret-" version ".tar.xz"))
               (sha256
                (base32
-                "1r4habxdzmn02id324m0m4mg5isf22q1z436bg3vjjmcz1b3rjsg"))))
+                "0a4xnfmraxchd9cq5ai66j12jv2vrgjmaaxz25kl031jvda4qnij"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments
@@ -4770,6 +4770,8 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
     (propagated-inputs
      `(("glib" ,glib))) ; required by libsecret-1.pc
     (inputs
+     ;; The ‘build’ phase complains about missing docbook-xml-4.2 but adding it
+     ;; doesn't seem to affect the build result.
      `(("docbook-xsl" ,docbook-xsl)
        ("libgcrypt" ,libgcrypt)
        ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES



reply via email to

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