[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/34: gnu: libnsl: Update to 1.3.0.
From: |
guix-commits |
Subject: |
07/34: gnu: libnsl: Update to 1.3.0. |
Date: |
Sat, 25 Jul 2020 14:53:58 -0400 (EDT) |
mbakke pushed a commit to branch wip-staging
in repository guix.
commit 1e99f1bc338f71234728fbfbed979f29413be084
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:35:29 2020 +0200
gnu: libnsl: Update to 1.3.0.
* gnu/packages/onc-rpc.scm (libnsl): Update to 1.3.0.
[arguments]: Remove #:phases.
---
gnu/packages/onc-rpc.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 8d04806..e4b03b7 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -143,7 +143,7 @@ from the protocol files.")
(define-public libnsl
(package
(name "libnsl")
- (version "1.2.0")
+ (version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -152,17 +152,10 @@ from the protocol files.")
(file-name (git-file-name name version))
(sha256
(base32
- "1chzqhcgh0yia9js8mh92cmhyka7rh32ql6b3mgdk26n94dqzs8b"))))
+ "1dayj5i4bh65gn7zkciacnwv2a0ghm6nn58d78rsi4zby4lyj5w5"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '("--disable-static")
- #:phases (modify-phases %standard-phases
- (add-before 'bootstrap 'gettextize
- (lambda _
- ;; Regenerate the bundled Makefile.in.in to avoid a
- ;; "gettext infrastructure mismatch" because the
- ;; existing version was generated by an older gettext.
- (invoke "gettextize" "-f"))))))
+ `(#:configure-flags '("--disable-static")))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
- branch wip-staging created (now 91fadb7), guix-commits, 2020/07/25
- 04/34: gnu: NSS: Update to 3.55 [security fixes]., guix-commits, 2020/07/25
- 02/34: gnu: python-cython: Update to 0.29.21., guix-commits, 2020/07/25
- 05/34: gnu: python-cryptography: Update to 3.0., guix-commits, 2020/07/25
- 06/34: gnu: ImageMagick: Update to 6.9.11-24., guix-commits, 2020/07/25
- 01/34: gnu: pcsc-lite: Update to 1.9.0., guix-commits, 2020/07/25
- 07/34: gnu: libnsl: Update to 1.3.0.,
guix-commits <=
- 09/34: gnu: pciutils: Update to 3.7.0., guix-commits, 2020/07/25
- 12/34: gnu: libinput: Update to 1.15.6., guix-commits, 2020/07/25
- 13/34: gnu: vulkan-tools: Update to 1.2.148., guix-commits, 2020/07/25
- 11/34: gnu: python-requests: Update to 2.24.0., guix-commits, 2020/07/25
- 14/34: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/07/25
- 17/34: gnu: libvorbis: Update to 1.3.7., guix-commits, 2020/07/25
- 03/34: gnu: nspr: Update to 4.27., guix-commits, 2020/07/25
- 08/34: gnu: GTK+: Update to 3.24.21., guix-commits, 2020/07/25
- 10/34: gnu: python-mako: Update to 1.1.3., guix-commits, 2020/07/25
- 16/34: gnu: libpsl: Update to 0.21.1., guix-commits, 2020/07/25