[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: libgda: Update to 5.2.10.
From: |
guix-commits |
Subject: |
03/10: gnu: libgda: Update to 5.2.10. |
Date: |
Fri, 13 Nov 2020 20:17:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b5454eb33d35944512a850de372e6198e3c58e9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 13 22:20:02 2020 +0100
gnu: libgda: Update to 5.2.10.
* gnu/packages/gnome.scm (libgda): Update to 5.2.10.
[source]: Generate git tag from version number.
[native-inputs]: Add autoconf-archive.
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d697de7..11aa0a7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11966,17 +11966,17 @@ developed with the aim of being used with the Librem
5 phone.")
(define-public libgda
(package
(name "libgda")
- (version "5.2.9")
+ (version "5.2.10")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.gnome.org/GNOME/libgda.git/")
- (commit "LIBGDA_5_2_9")))
+ (commit (string-append "LIBGDA_" (string-replace-substring
+ version "." "_")))))
(file-name (git-file-name name version))
(sha256
- (base32
- "122anbk15vj2dfxrw7s48b6zwlpp7cyppshxizynvf3zmc0ygw3j"))))
+ (base32 "18rg773gq9v3cdywpmrp12c5xyp97ir9yqjinccpi22sksb1kl8a"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-vala")
@@ -12021,6 +12021,7 @@ developed with the aim of being used with the Librem 5
phone.")
("vala" ,vala)))
(native-inputs
`(("autoconf" ,autoconf)
+ ("autoconf-archive" ,autoconf-archive)
("automake" ,automake)
("glib:bin" ,glib "bin")
("gnome-common" ,gnome-common)
- branch master updated (4e9b2e8 -> 0404b28), guix-commits, 2020/11/13
- 02/10: gnu: python-duniterpy: Update to 0.60.1., guix-commits, 2020/11/13
- 01/10: gnu: inxi-minimal: Update to 3.1.09-1., guix-commits, 2020/11/13
- 03/10: gnu: libgda: Update to 5.2.10.,
guix-commits <=
- 10/10: gnu: python-pykeepass: Update to 3.2.1., guix-commits, 2020/11/13
- 04/10: gnu: nginx-lua-module: Update to 0.10.16., guix-commits, 2020/11/13
- 05/10: gnu: lua-resty-core: Update to 0.1.18., guix-commits, 2020/11/13
- 06/10: gnu: lua-resty-lrucache: Update to 0.10., guix-commits, 2020/11/13
- 07/10: gnu: Add python-pycryptodomex., guix-commits, 2020/11/13
- 08/10: gnu: python-pycryptodome: Expand description., guix-commits, 2020/11/13
- 09/10: gnu: python-pycryptodome: Note public-domain legacy., guix-commits, 2020/11/13