guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix-data-service: Update to 0.0.1-30.27c34a


From: guix-commits
Subject: branch master updated: gnu: guix-data-service: Update to 0.0.1-30.27c34a9.
Date: Sat, 12 Mar 2022 07:20:20 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f6fa20f923 gnu: guix-data-service: Update to 0.0.1-30.27c34a9.
f6fa20f923 is described below

commit f6fa20f9237c185b4e887a343cd19aa37855aed9
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Mar 4 22:49:51 2022 +0000

    gnu: guix-data-service: Update to 0.0.1-30.27c34a9.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-30.27c34a9.
    [inputs]: Add bash-minimal, move some inputs to ...
    [propagated-inputs]: ... here.
---
 gnu/packages/web.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index af1719e9bf..75aa5ce907 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4668,8 +4668,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "4a1088c21687531de0b4e062e1bf9ec491e5d4da")
-        (revision "29"))
+  (let ((commit "27c34a9ca5ea010f207a4acad597ce98e84d3567")
+        (revision "30"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4681,7 +4681,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1k9hnpx47l91l0x3gvjrzx4772lnkb55lk66axgl3a8g1fhaji4l"))))
+                  "1jjdvld3gp711dp8qd4rnhicbl7322jjzx4plizkg89k7j4x0xhx"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)
@@ -4740,16 +4740,18 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                  #t)))
            (delete 'strip))))           ; As the .go files aren't compatible
       (inputs
+       (list ephemeralpg
+             util-linux
+             postgresql-13
+             sqitch
+             bash-minimal))
+      (propagated-inputs
        (list guix
              guile-fibers-1.1
              guile-json-4
              guile-email
              guile-prometheus
-             guile-squee
-             ephemeralpg
-             util-linux
-             postgresql-13
-             sqitch))
+             guile-squee))
       (native-inputs
        (list (car (assoc-ref (package-native-inputs guix) "guile"))
              autoconf



reply via email to

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