gnu: guix-data-service: Update to 0.0.1-22.bd83906.

This fixes some breakages with the "" -> #f change with NULL values in squee,
at least enough to get the package building again.

* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-22.bd83906.
This commit is contained in:
Christopher Baines 2021-01-02 21:02:57 +00:00
parent 1f7af04e3d
commit d3f96ad322
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4643,8 +4643,8 @@ (define-public python2-feedparser
(package-with-python2 python-feedparser))
(define-public guix-data-service
(let ((commit "c596a1c6a90bb2fe07da5339b8dc832b81d94194")
(revision "21"))
(let ((commit "bd8390673e073a4d66082e48120cc3c86a255fc8")
(revision "22"))
(package
(name "guix-data-service")
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
@ -4656,7 +4656,7 @@ (define-public guix-data-service
(file-name (git-file-name name version))
(sha256
(base32
"09gn2imhh3aqkzray0xgkz7slriy567inh5lpkxm74bgmx862g3g"))))
"11kkm3qn1zsri5sz8gwcrcbypa55fj3m0srd9snfrhiadv4sn211"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)