guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: guix-data-service: Update to 0.0.1-29.4a1088c.


From: guix-commits
Subject: 01/03: gnu: guix-data-service: Update to 0.0.1-29.4a1088c.
Date: Wed, 9 Feb 2022 13:02:22 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 59dbc7b28c0dae457c67cbe2ffd738afdba87e0e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 9 17:34:16 2022 +0000

    gnu: guix-data-service: Update to 0.0.1-29.4a1088c.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c.
    [inputs]: Switch to guile-fibers-1.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 7911378f29..2a3b67cef3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4667,8 +4667,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "f1d8d76c4d685bc5e938f495c762984fe2564371")
-        (revision "28"))
+  (let ((commit "4a1088c21687531de0b4e062e1bf9ec491e5d4da")
+        (revision "29"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4680,7 +4680,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "16ys402pvrzxm8kvhss4fhgfzbcxh70jndi50cpgz80qb510x3iq"))))
+                  "1k9hnpx47l91l0x3gvjrzx4772lnkb55lk66axgl3a8g1fhaji4l"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)
@@ -4740,7 +4740,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
            (delete 'strip))))           ; As the .go files aren't compatible
       (inputs
        (list guix
-             guile-fibers
+             guile-fibers-1.1
              guile-json-4
              guile-email
              guile-prometheus



reply via email to

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