GNU bug report logs -
#73152
[PATCH 0/6] NSS updates
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/nss.scm (nspr): Update to 4.36.
Change-Id: Iac06cba18730773438f9de4e00376c0213bf4c15
---
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 f253edce99..73b010eea9 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -47,7 +47,7 @@ (define-module (gnu packages nss)
(define-public nspr
(package
(name "nspr")
- (version "4.35")
+ (version "4.36")
(source (origin
(method url-fetch)
(uri (string-append
@@ -55,7 +55,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
- "13xwda56yhp1w7v02qvlxvlqiniw8kr4g3fxlljmv6wnlmz2k8vy"))))
+ "15b83ipjxrmw0909l5qqz13pbarhp50d6i58vgjx4720y4bw7pjm"))))
(build-system gnu-build-system)
(inputs
(list perl ;for 'compile-et.pl'
--
2.49.0
This bug report was last modified 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.