guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: guix-data-service: Update to 0.0.1-37.3ba8418.


From: guix-commits
Subject: 01/06: gnu: guix-data-service: Update to 0.0.1-37.3ba8418.
Date: Wed, 8 Feb 2023 12:12:42 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit b52d12ff0419d9cc58456b0972a4e1d0a5298006
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 8 15:04:44 2023 +0000

    gnu: guix-data-service: Update to 0.0.1-37.3ba8418.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-37.3ba8418.
    [propagated-inputs]: Switch to guile-fibers-next.
---
 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 c527ff80df..a2c4709855 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4762,8 +4762,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "7b69611755ac3b9132710d83a1139b4c5606578d")
-        (revision "36"))
+  (let ((commit "3ba841865663429392f869aedcd8f1fb63f278db")
+        (revision "37"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4775,7 +4775,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0lmvmalgfbc6q80f8dwqikdd5kna2vl4jlmf2li206hmcq2hzh6p"))))
+                  "0dlnak09asf4w3nb6rv57721y0hqqlymzj28zs2y45b5fnxq2fqr"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)
@@ -4841,7 +4841,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
              bash-minimal))
       (propagated-inputs
        (list guix
-             guile-fibers-1.1
+             guile-fibers-next
              guile-json-4
              guile-email
              guile-prometheus



reply via email to

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