gnu: guix-data-service: Update to 0.0.1-30.27c34a9.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-30.27c34a9. [inputs]: Add bash-minimal, move some inputs to ... [propagated-inputs]: ... here.
This commit is contained in:
parent
662f1f7bba
commit
f6fa20f923
1 changed files with 10 additions and 8 deletions
|
@ -4668,8 +4668,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
license:freebsd-doc)))) ; documentation
|
license:freebsd-doc)))) ; documentation
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "4a1088c21687531de0b4e062e1bf9ec491e5d4da")
|
(let ((commit "27c34a9ca5ea010f207a4acad597ce98e84d3567")
|
||||||
(revision "29"))
|
(revision "30"))
|
||||||
(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)))
|
||||||
|
@ -4681,7 +4681,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k9hnpx47l91l0x3gvjrzx4772lnkb55lk66axgl3a8g1fhaji4l"))))
|
"1jjdvld3gp711dp8qd4rnhicbl7322jjzx4plizkg89k7j4x0xhx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
@ -4740,16 +4740,18 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
#t)))
|
#t)))
|
||||||
(delete 'strip)))) ; As the .go files aren't compatible
|
(delete 'strip)))) ; As the .go files aren't compatible
|
||||||
(inputs
|
(inputs
|
||||||
|
(list ephemeralpg
|
||||||
|
util-linux
|
||||||
|
postgresql-13
|
||||||
|
sqitch
|
||||||
|
bash-minimal))
|
||||||
|
(propagated-inputs
|
||||||
(list guix
|
(list guix
|
||||||
guile-fibers-1.1
|
guile-fibers-1.1
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-email
|
guile-email
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-squee
|
guile-squee))
|
||||||
ephemeralpg
|
|
||||||
util-linux
|
|
||||||
postgresql-13
|
|
||||||
sqitch))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list (car (assoc-ref (package-native-inputs guix) "guile"))
|
(list (car (assoc-ref (package-native-inputs guix) "guile"))
|
||||||
autoconf
|
autoconf
|
||||||
|
|
Reference in a new issue