diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-22 00:13:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-22 00:25:36 +0100 |
commit | 33171a3610d4b4bbd5bfd4e26b7d70a9ea757e33 (patch) | |
tree | 7e6d892f5e55b3aac6775b5522f115079028c170 /gnu | |
parent | 107a14f9af44e5afa77ca9424d29f101e92177f6 (diff) | |
download | patches-33171a3610d4b4bbd5bfd4e26b7d70a9ea757e33.tar patches-33171a3610d4b4bbd5bfd4e26b7d70a9ea757e33.tar.gz |
gnu: nss-certs: Update to 3.35.
* gnu/packages/certs.scm (nss-certs): Update to 3.35.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/certs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm index 30e53e3458..0f2f2d25ba 100644 --- a/gnu/packages/certs.scm +++ b/gnu/packages/certs.scm @@ -3,7 +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> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -75,7 +75,7 @@ (define-public nss-certs (package (name "nss-certs") - (version "3.34.1") + (version "3.35") (source (origin (method url-fetch) (uri (let ((version-with-underscores @@ -86,7 +86,7 @@ "nss-" version ".tar.gz"))) (sha256 (base32 - "186x33wsk4mzjz7dzbn8p0py9a0nzkgzpfkdv4rlyy5gghv5vhd3")))) + "1ypn68z9ncbbshi3184ywrhx5i846lyd72gps1grzqzdkgh7s4pl")))) (build-system gnu-build-system) (outputs '("out")) (native-inputs |