gnu: hpcguix-web: Update to commit '87cb516'.
* gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
daa9e89d56
commit
ad3a580716
|
@ -6445,10 +6445,10 @@ compressed JSON header blocks.
|
||||||
(license l:expat)))
|
(license l:expat)))
|
||||||
|
|
||||||
(define-public hpcguix-web
|
(define-public hpcguix-web
|
||||||
(let ((commit "3e3b9a3a406ee2dcd10c96cbedcc16ea378e8e8f"))
|
(let ((commit "87cb51611c0f1fd3863b830614ab1364599cf1ca"))
|
||||||
(package
|
(package
|
||||||
(name "hpcguix-web")
|
(name "hpcguix-web")
|
||||||
(version (git-version "0.0.1" "0" commit))
|
(version (git-version "0.0.1" "1" commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6457,7 +6457,7 @@ compressed JSON header blocks.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01888byi9mh7d3adcmwhmg44kg98g92r44ilc4wd7an66mjnxpry"))))
|
"0p66fl8r3v73v13fqg9rbqbzbdzvyznchxbq2s1jwq6qfsn2w3gr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue