civodul pushed a commit to branch master
in repository guix.
commit 94b3b6041d8b141b99e79f4cf95c5a31a3739d17
Author: Ludovic Courtès <[email protected]>
Date: Mon Sep 10 12:18:14 2018 +0200
gnu: hpcguix-web: Update to 53e09ea.
* gnu/packages/web.scm (hpcguix-web): Update to 53e09ea.
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9567254..6ff53a6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6708,8 +6708,8 @@ compressed JSON header blocks.
(license l:expat)))
(define-public hpcguix-web
- (let ((commit "9ff40fcc77f248901d861756dbbddc80270c380c")
- (revision "2"))
+ (let ((commit "53e09ea59ec0380b41a4cbda32df8bdb9a10004d")
+ (revision "3"))
(package
(name "hpcguix-web")
(version (git-version "0.0.1" revision commit))
@@ -6721,7 +6721,7 @@ compressed JSON header blocks.
(file-name (git-file-name name version))
(sha256
(base32
- "0lxcj9s3wxrv1l7lrxxx374jwzx7h60gxwkbgr46lzcbgvb3k26s"))))
+ "1ah4pn9697vazhbvd45n4b1rrkx2nbhnw384cr0b941q3sz1dfyc"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)