gnu: guix-data-service: Update to 0.0.1-18.18eb9df.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-18.18eb9df. (inputs, native-inputs): Switch to using the Guile 3 package variants where applicable.master
parent
94d57ba339
commit
67d21e2b08
|
@ -4390,8 +4390,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
(package-with-python2 python-feedparser))
|
(package-with-python2 python-feedparser))
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "bf25a8db0278b49ef2149c69ef5d6dd2201fd413")
|
(let ((commit "18eb9dfdcb3174bfd4bab5b9089acffa13aa1214")
|
||||||
(revision "17"))
|
(revision "18"))
|
||||||
(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)))
|
||||||
|
@ -4403,7 +4403,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
|
||||||
"0s6faybczdn10zwrkn22nfq5lvf538513hbmjfaqlkhfmwc4s1qd"))))
|
"0lb78cqzqaz0r4sspg272w2a3yhzhqah30j0kxf0z182b0qpmp37"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
@ -4452,15 +4452,15 @@ 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
|
||||||
`(("guix" ,guix)
|
`(("guix" ,guile3.0-guix)
|
||||||
("guile-fibers" ,guile-fibers)
|
("guile-fibers" ,guile3.0-fibers)
|
||||||
("guile-json" ,guile-json-3)
|
("guile-json" ,guile3.0-json)
|
||||||
("guile-email" ,guile-email)
|
("guile-email" ,guile3.0-email)
|
||||||
("guile-squee" ,guile-squee)
|
("guile-squee" ,guile3.0-squee)
|
||||||
("postgresql" ,postgresql)
|
("postgresql" ,postgresql)
|
||||||
("sqitch" ,sqitch)))
|
("sqitch" ,sqitch)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.2)
|
`(("guile" ,guile-3.0)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("ephemeralpg" ,ephemeralpg)
|
("ephemeralpg" ,ephemeralpg)
|
||||||
|
|
Reference in New Issue