guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: web: Update gwl-snapshot.


From: Ricardo Wurmus
Subject: 02/02: hydra: web: Update gwl-snapshot.
Date: Sun, 16 Feb 2020 09:59:05 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit d5d410aad1c53e717ace33002136e2651938be76
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Feb 16 15:56:41 2020 +0100

    hydra: web: Update gwl-snapshot.
    
    * hydra/modules/sysadmin/web.scm (gwl-snapshot): Update to
    0.2.0-0.bb85943; inherit from gwl package.
---
 hydra/modules/sysadmin/web.scm | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index a22e190..9a505cf 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix system administration tools.
 ;;;
 ;;; Copyright © 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2020 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -190,8 +191,8 @@ taken from a Git repository.")))
 
 (define gwl-snapshot
   ;; GWL snapshot supposedly more recent than the latest release.
-  (let ((commit "551ec2f23e5ac44455eeddc654c75181c8a2215d")
-        (revision "2"))
+  (let ((commit "bb85943b7fdcbce154e96c641480b80b07e0a624")
+        (revision "0"))
     (package
       (inherit gwl)
       (version (git-version (package-version gwl)
@@ -204,20 +205,7 @@ taken from a Git repository.")))
                 (file-name (git-file-name "gwl" version))
                 (sha256
                  (base32
-                  "17sclvmc3x61hq4bqnll1zmb0d6wj784fa48c8mk2q0vivrjjg60"))))
-      (native-inputs
-       `(("autoconf" ,autoconf)
-         ("automake" ,automake)
-         ("pkg-config" ,pkg-config)
-         ("graphviz" ,graphviz)
-         ("texinfo" ,texinfo)))
-      (inputs
-       `(("guile" ,guile-2.2)))
-      (propagated-inputs
-       `(("guix" ,guix)
-         ("guile-commonmark" ,guile-commonmark)
-         ("guile-wisp" ,guile-wisp)
-         ("guile-syntax-highlight" ,guile-syntax-highlight))))))
+                  "1qbf5vsv39dh5hri9pqn2i6mipqz7khr6cgy5v25v1g5hih844df")))))))
 
 (define (gwl-web-shepherd-service gwl)
   (define gwl+deps



reply via email to

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