[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
- branch master updated (199dfe9 -> d5318e0), guix-commits, 2020/10/13
- 03/14: gnu: libsecret: Update to 0.20.4.,
guix-commits <=
- 04/14: gnu: libmtp: Update to 1.1.18., guix-commits, 2020/10/13
- 02/14: gnu: easyrpg-player: Update to 0.6.2.3., guix-commits, 2020/10/13
- 05/14: gnu: ncmpc: Update to 0.40., guix-commits, 2020/10/13
- 01/14: gnu: gtkwave: Update to 3.3.107., guix-commits, 2020/10/13
- 06/14: gnu: kdenlive: Update to 20.08.2., guix-commits, 2020/10/13
- 07/14: gnu: alpine: Update to 2.24., guix-commits, 2020/10/13
- 09/14: gnu: xonsh: Update to 0.9.23., guix-commits, 2020/10/13
- 13/14: gnu: libmediainfo: Update to 20.09., guix-commits, 2020/10/13
- 14/14: gnu: mediainfo: Update to 20.09., guix-commits, 2020/10/13
- 08/14: gnu: stunnel: Update to 5.57 [security fixes]., guix-commits, 2020/10/13