summaryrefslogtreecommitdiff
path: root/gnu/packages/certs.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 01:58:11 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 02:00:07 +0100
commit31e557c1d99520e63b98010a249f446cbb5e841e (patch)
tree1ca6d6b74852afe79fb6c49c1b8ca3f08b30c444 /gnu/packages/certs.scm
parente2721a05e7d778bdf845b7cb7a42fd9f76095b69 (diff)
downloadguix-patches-31e557c1d99520e63b98010a249f446cbb5e841e.tar
guix-patches-31e557c1d99520e63b98010a249f446cbb5e841e.tar.gz
gnu: nss-certs: Update to 3.34.1.
* gnu/packages/certs.scm (nss-certs): Update to 3.34.1.
Diffstat (limited to 'gnu/packages/certs.scm')
-rw-r--r--gnu/packages/certs.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index f266d75b62..30e53e3458 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -74,7 +75,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.34")
+ (version "3.34.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -85,7 +86,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "1x9acn47iva9j42kxfamgvn99lrnqv47fgn3rz3j6c1ph50rai8d"))))
+ "186x33wsk4mzjz7dzbn8p0py9a0nzkgzpfkdv4rlyy5gghv5vhd3"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs