mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: hpcguix-web: Update to 0.4.1.
* gnu/packages/web.scm (hpcguix-web): Update to 0.4.1. Change-Id: I8bd642735b3cbdf03b07cdd184295b6e32a4e6f7
This commit is contained in:
parent
0aec4e7b70
commit
fe736803da
1 changed files with 2 additions and 2 deletions
|
@ -8162,7 +8162,7 @@ (define-public nghttp2-for-node
|
|||
(define-public hpcguix-web
|
||||
(package
|
||||
(name "hpcguix-web")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8171,7 +8171,7 @@ (define-public hpcguix-web
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19l9gvp2ngn7lc3jynrc16f3il2bgkhq1m8zfaqwxk9vwxiivwrn"))))
|
||||
"13a4cwqdhpr7gc1z4cxs36qa50mzcdwwlj9qqzv818sx9d7r6vsw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue