gnu: nghttp2: Add version 1.40.0.

* gnu/packages/web.scm (nghttp2-1.40): New public variable.
This commit is contained in:
Marius Bakke 2020-02-26 16:15:47 +01:00
parent ae9cfc647d
commit bbd804b29b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -19,7 +19,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 Bake Timmons <b3timmons@speedymail.org> ;;; Copyright © 2016 Bake Timmons <b3timmons@speedymail.org>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017, 2018 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
@ -7025,6 +7025,20 @@ (define nghttp2-1.39.2
(base32 (base32
"12yfsjghbaypp4w964d45ih9vs38g6anih80wbsflaxx192idlm2")))))) "12yfsjghbaypp4w964d45ih9vs38g6anih80wbsflaxx192idlm2"))))))
;; 'Node' requires this newer version, to be removed on the next rebuild cycle.
(define-public nghttp2-1.40
(package/inherit
nghttp2
(version "1.40.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/nghttp2/nghttp2/"
"releases/download/v" version "/"
"nghttp2-" version ".tar.xz"))
(sha256
(base32
"0wwhwv7cvi1vxpdjwvg0kpa4jzhszclpnwrwfcw728zz53a47z09"))))))
(define-public hpcguix-web (define-public hpcguix-web
(let ((commit "f39c90b35e99e4122b0866ec4337020d61c81508") (let ((commit "f39c90b35e99e4122b0866ec4337020d61c81508")
(revision "4")) (revision "4"))