mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: guix-data-service: Update to 0.0.1-24.060df92.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92.
This commit is contained in:
parent
263b3961f4
commit
f1fada8ace
1 changed files with 3 additions and 3 deletions
|
@ -4642,8 +4642,8 @@ (define-public python2-feedparser
|
|||
(package-with-python2 python-feedparser))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "e3878fefb4184f3ad45a6e6f434767c0bf109db8")
|
||||
(revision "23"))
|
||||
(let ((commit "060df92557d5a32dbd3ae4a32c2c5725cd53e09b")
|
||||
(revision "24"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -4655,7 +4655,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0002ckayjnd6mw7a0m7q307jdwc9vsjgiidp72463xyp0yrnjdjf"))))
|
||||
"0ggwslwm041gkd0i45xhvnalxrhjaj4da27p5wrpknrhpa4ipf6v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils)
|
||||
|
|
Loading…
Reference in a new issue