gnu: guix-data-service: Update to 0.0.1-36.7b69611.

* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-36.7b69611.
This commit is contained in:
Christopher Baines 2022-12-13 13:11:40 +00:00
parent 81841559f4
commit 2fb187ed7c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4659,8 +4659,8 @@ (define-public python-feedparser
license:freebsd-doc)))) ; documentation
(define-public guix-data-service
(let ((commit "95064d39a337da9f2eb7d5675e0e511301466f77")
(revision "34"))
(let ((commit "7b69611755ac3b9132710d83a1139b4c5606578d")
(revision "36"))
(package
(name "guix-data-service")
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
@ -4672,7 +4672,7 @@ (define-public guix-data-service
(file-name (git-file-name name version))
(sha256
(base32
"1nkasn2wk36jfnfan619lv604cjj6ppwvmiljckcyyr57yynqbr4"))))
"0lmvmalgfbc6q80f8dwqikdd5kna2vl4jlmf2li206hmcq2hzh6p"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)