mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76. [native-inputs]: Adapt style.
This commit is contained in:
parent
934b0cdfee
commit
c1529ebceb
1 changed files with 9 additions and 9 deletions
|
@ -4662,8 +4662,8 @@ (define-public python2-feedparser
|
||||||
license:freebsd-doc)))) ; documentation
|
license:freebsd-doc)))) ; documentation
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "df2a0a73f1f35ea53ba6c07a6ad4c5347ba12b8f")
|
(let ((commit "f1d8d76c4d685bc5e938f495c762984fe2564371")
|
||||||
(revision "27"))
|
(revision "28"))
|
||||||
(package
|
(package
|
||||||
(name "guix-data-service")
|
(name "guix-data-service")
|
||||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||||
|
@ -4675,7 +4675,7 @@ (define-public guix-data-service
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ss1prr98zdjkm97w24rd04lfnnvcw6xs0gwxqgd40briqisaa5g"))))
|
"16ys402pvrzxm8kvhss4fhgfzbcxh70jndi50cpgz80qb510x3iq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
@ -4745,12 +4745,12 @@ (define-public guix-data-service
|
||||||
postgresql-13
|
postgresql-13
|
||||||
sqitch))
|
sqitch))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
|
(list (car (assoc-ref (package-native-inputs guix) "guile"))
|
||||||
("autoconf" ,autoconf)
|
autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("emacs-minimal" ,emacs-minimal)
|
emacs-minimal
|
||||||
("emacs-htmlize" ,emacs-htmlize)
|
emacs-htmlize
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(synopsis "Store and provide data about GNU Guix")
|
(synopsis "Store and provide data about GNU Guix")
|
||||||
(description
|
(description
|
||||||
"The Guix Data Service stores data about GNU Guix, and provides this
|
"The Guix Data Service stores data about GNU Guix, and provides this
|
||||||
|
|
Loading…
Reference in a new issue