gnu: guix-data-service: Update to 0.0.1-16.c7e3a1b.

* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-16.c7e3a1b.
This commit is contained in:
Christopher Baines 2020-01-05 14:17:59 +00:00
parent ced47faaa7
commit a8f753c293
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4194,8 +4194,8 @@ (define-public python2-feedparser
(package-with-python2 python-feedparser)) (package-with-python2 python-feedparser))
(define-public guix-data-service (define-public guix-data-service
(let ((commit "4ed14007c44f55869d30358b6da2235069dfcaf9") (let ((commit "c7e3a1bd0b0648561211f52bd9f674358da59223")
(revision "15")) (revision "16"))
(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)))
@ -4207,7 +4207,7 @@ (define-public guix-data-service
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"06smgbw9jdyarnz877dsd6mjcd3nhs9hav5z6h8cngvpznjf3hy8")))) "08c6bpzmsh62ng4bx008xcgayrrxz815jbpb96n98didk2zyzfg0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:modules ((guix build utils) '(#:modules ((guix build utils)