[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: nghttp2: Add version 1.40.0.
From: |
guix-commits |
Subject: |
03/13: gnu: nghttp2: Add version 1.40.0. |
Date: |
Wed, 26 Feb 2020 15:57:37 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit bbd804b29bbb9bc7739688bca192eb83d0edb882
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 26 16:15:47 2020 +0100
gnu: nghttp2: Add version 1.40.0.
* gnu/packages/web.scm (nghttp2-1.40): New public variable.
---
gnu/packages/web.scm | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4976059..2be3dfe 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -19,7 +19,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<address@hidden>
;;; Copyright © 2016 Bake Timmons <address@hidden>
;;; Copyright © 2017 Thomas Danckaert <address@hidden>
-;;; Copyright © 2017, 2018 Marius Bakke <address@hidden>
+;;; Copyright © 2017, 2018, 2020 Marius Bakke <address@hidden>
;;; Copyright © 2017 Kei Kebreau <address@hidden>
;;; Copyright © 2017 Petter <address@hidden>
;;; Copyright © 2017 Pierre Langlois <address@hidden>
@@ -7025,6 +7025,20 @@ compressed JSON header blocks.
(base32
"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
(let ((commit "f39c90b35e99e4122b0866ec4337020d61c81508")
(revision "4"))
- branch master updated (b68f5a6 -> e524b57), guix-commits, 2020/02/26
- 01/13: gnu: pocl: Build with LLVM@9., guix-commits, 2020/02/26
- 02/13: gnu: LibUV: Add version 1.34.2., guix-commits, 2020/02/26
- 03/13: gnu: nghttp2: Add version 1.40.0.,
guix-commits <=
- 06/13: gnu: clang: Fix C++ search path handling on non-x86_64., guix-commits, 2020/02/26
- 04/13: gnu: node: Update to 10.19.0., guix-commits, 2020/02/26
- 05/13: gnu: node: Disable failing tests on armhf-linux., guix-commits, 2020/02/26
- 08/13: gnu: emacs-elixir-mode: Fix capitalization in description., guix-commits, 2020/02/26
- 10/13: gnu: benchmark: Add bonnie++., guix-commits, 2020/02/26
- 07/13: gnu: clang: Move version conditionals out of the builder., guix-commits, 2020/02/26
- 11/13: gnu: musl: Update to 1.2.0., guix-commits, 2020/02/26
- 12/13: gnu: vim-full: Describe differences from vim., guix-commits, 2020/02/26
- 09/13: gnu: emacs-eacl: Fix typo in description., guix-commits, 2020/02/26
- 13/13: gnu: awscli: Update to 1.18.6., guix-commits, 2020/02/26