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.
This commit is contained in:
Christopher Baines 2023-02-08 15:04:44 +00:00
parent 417269da94
commit b52d12ff04
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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