mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: guix-data-service: Update to 0.0.1-23.e3878fe.
This fixes the system test, which broke when the squee update broke the metrics endpoint. * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-23.e3878fe.
This commit is contained in:
parent
d5bb0e4fa7
commit
88c2e72af0
1 changed files with 3 additions and 3 deletions
|
@ -4643,8 +4643,8 @@ (define-public python2-feedparser
|
|||
(package-with-python2 python-feedparser))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "bd8390673e073a4d66082e48120cc3c86a255fc8")
|
||||
(revision "22"))
|
||||
(let ((commit "e3878fefb4184f3ad45a6e6f434767c0bf109db8")
|
||||
(revision "23"))
|
||||
(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
|
||||
"11kkm3qn1zsri5sz8gwcrcbypa55fj3m0srd9snfrhiadv4sn211"))))
|
||||
"0002ckayjnd6mw7a0m7q307jdwc9vsjgiidp72463xyp0yrnjdjf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils)
|
||||
|
|
Loading…
Reference in a new issue