[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/25: gnu: NSPR: Update to 4.29.
From: |
guix-commits |
Subject: |
05/25: gnu: NSPR: Update to 4.29. |
Date: |
Tue, 13 Oct 2020 17:50:09 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 1a74a8c6a154216862db3e5db0eb5e4fcb1a8a7a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 13 01:18:37 2020 +0200
gnu: NSPR: Update to 4.29.
* gnu/packages/nss.scm (nspr): Update to 4.29.
---
gnu/packages/nss.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 9926329..3675c5b 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -36,7 +36,7 @@
(define-public nspr
(package
(name "nspr")
- (version "4.27")
+ (version "4.29")
(source (origin
(method url-fetch)
(uri (string-append
@@ -44,7 +44,7 @@
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
- "16z82qc1l4cqn66p59ai0dy9ycllywn4jlxhip1a605bns952jbd"))))
+ "10i5x637x0jqmdi47grkzgn56fg6770naa3wrhr4dmsrh3dnna12"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))
- branch staging updated (2b6ecdf -> 069ddd9), guix-commits, 2020/10/13
- 01/25: Merge branch 'master' into staging, guix-commits, 2020/10/13
- 05/25: gnu: NSPR: Update to 4.29.,
guix-commits <=
- 04/25: gnu: mesa: Update to 20.1.9., guix-commits, 2020/10/13
- 06/25: gnu: nss, nss-certs: Update to 3.57., guix-commits, 2020/10/13
- 09/25: gnu: unixodbc: Update to 2.3.9., guix-commits, 2020/10/13
- 08/25: gnu: check: Update to 0.15.2., guix-commits, 2020/10/13
- 16/25: gnu: libxkbcommon: Update to 1.0.1., guix-commits, 2020/10/13
- 22/25: gnu: libcap: Update to 2.44., guix-commits, 2020/10/13
- 18/25: gnu: xorg-server: Remove graft for 1.20.9., guix-commits, 2020/10/13
- 20/25: gnu: gstreamer: Update to 1.18.0., guix-commits, 2020/10/13
- 21/25: gnu: libcap: Make 'libcap/next' the default libcap., guix-commits, 2020/10/13
- 02/25: gnu: MariaDB: Update to 10.5.6., guix-commits, 2020/10/13