guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: hpcguix-web: Update to f39c90b.


From: guix-commits
Subject: 10/10: gnu: hpcguix-web: Update to f39c90b.
Date: Fri, 26 Jul 2019 19:06:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4b0356590a57bc27a61956b981f4a90efcf9c92d
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 27 01:04:57 2019 +0200

    gnu: hpcguix-web: Update to f39c90b.
    
    * gnu/packages/web.scm (hpcguix-web): Update to f39c90b.
    [propagated-inputs]: Use GUILE-JSON-3 instead of GUILE-JSON-1.
---
 gnu/packages/web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ac64032..1401d3b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6436,8 +6436,8 @@ compressed JSON header blocks.
     (license license:expat)))
 
 (define-public hpcguix-web
-  (let ((commit "53e09ea59ec0380b41a4cbda32df8bdb9a10004d")
-        (revision "3"))
+  (let ((commit "f39c90b35e99e4122b0866ec4337020d61c81508")
+        (revision "4"))
     (package
       (name "hpcguix-web")
       (version (git-version "0.0.1" revision commit))
@@ -6449,7 +6449,7 @@ compressed JSON header blocks.
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1ah4pn9697vazhbvd45n4b1rrkx2nbhnw384cr0b941q3sz1dfyc"))))
+                  "0idzzlwnaymk6hm5q9nh146h5m6vd8acp32vlmzp6qq08mimfkq7"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)
@@ -6509,7 +6509,7 @@ compressed JSON header blocks.
       (propagated-inputs
        `(("guile" ,guile-2.2)
          ("guile-commonmark" ,guile-commonmark)
-         ("guile-json" ,guile-json-1)))
+         ("guile-json" ,guile-json-3)))
       (home-page "https://github.com/UMCUGenetics/hpcguix-web";)
       (synopsis "Web interface for cluster deployments of Guix")
       (description "Hpcguix-web provides a web interface to the list of 
packages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]