summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-02-09 17:34:16 +0000
committerChristopher Baines <mail@cbaines.net>2022-02-09 17:34:16 +0000
commit59dbc7b28c0dae457c67cbe2ffd738afdba87e0e (patch)
tree866f9f7925026fbedb6c3314cf832180b52b8ad8
parent4578ad78bee1dfd450962627ae66d3e15ebadad2 (diff)
downloadguix-patches-59dbc7b28c0dae457c67cbe2ffd738afdba87e0e.tar
guix-patches-59dbc7b28c0dae457c67cbe2ffd738afdba87e0e.tar.gz
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.
-rw-r--r--gnu/packages/web.scm8
1 files 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