me
/
guix
Archived
1
0
Fork 0

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.
master
Christopher Baines 2022-02-09 17:34:16 +00:00
parent 4578ad78be
commit 59dbc7b28c
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 4 additions and 4 deletions

View File

@ -4667,8 +4667,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 "f1d8d76c4d685bc5e938f495c762984fe2564371") (let ((commit "4a1088c21687531de0b4e062e1bf9ec491e5d4da")
(revision "28")) (revision "29"))
(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)))
@ -4680,7 +4680,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
"16ys402pvrzxm8kvhss4fhgfzbcxh70jndi50cpgz80qb510x3iq")))) "1k9hnpx47l91l0x3gvjrzx4772lnkb55lk66axgl3a8g1fhaji4l"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:modules ((guix build utils) '(#: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 (delete 'strip)))) ; As the .go files aren't compatible
(inputs (inputs
(list guix (list guix
guile-fibers guile-fibers-1.1
guile-json-4 guile-json-4
guile-email guile-email
guile-prometheus guile-prometheus