mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: guix-data-service: Update to 0.0.1-27.df2a0a7.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-27.df2a0a7.
This commit is contained in:
parent
f37d91adc4
commit
b12fd63ffd
1 changed files with 3 additions and 3 deletions
|
@ -4708,8 +4708,8 @@ (define-public python2-feedparser
|
|||
(package-with-python2 python-feedparser))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "410f58cb43f083623885a430700c6818a187cadc")
|
||||
(revision "26"))
|
||||
(let ((commit "df2a0a73f1f35ea53ba6c07a6ad4c5347ba12b8f")
|
||||
(revision "27"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -4721,7 +4721,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jvxn3w6gwlvm52raf6zkjwg7bvfvbznsb9ch8ha0fcc6ccx7r60"))))
|
||||
"1ss1prr98zdjkm97w24rd04lfnnvcw6xs0gwxqgd40briqisaa5g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils)
|
||||
|
|
Loading…
Reference in a new issue