gnu: guix-data-service: Update to 0.0.1-8.a019a5e.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-8.a019a5e.
This commit is contained in:
parent
1171c4b3c0
commit
27d083433a
1 changed files with 3 additions and 3 deletions
|
@ -4194,8 +4194,8 @@ (define-public python2-feedparser
|
|||
(package-with-python2 python-feedparser))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "156b7eea7e7d538e332d8cfcf482c5ebec0a25c0")
|
||||
(revision "7"))
|
||||
(let ((commit "a019a5ed821cf1b7b2c2b0e1bd2dc25a51bbcb84")
|
||||
(revision "8"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(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))
|
||||
(sha256
|
||||
(base32
|
||||
"1cg7jzk7pabfp3mgnkpycasv7fs522xp3nqdvna1y76aif3pd3zh"))))
|
||||
"1kckfdgh8v9mmxxrsz6n2ibs78jr821qpbqh4mz8fyavm28c7h3f"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils)
|
||||
|
|
Loading…
Reference in a new issue