From: Christopher Baines <mail@cbaines.net>
To: 39864@debbugs.gnu.org
Subject: [bug#39864] [PATCH 1/2] gnu: guix-data-service: Update to 0.0.1-18.18eb9df.
Date: Sun, 1 Mar 2020 21:13:30 +0000 [thread overview]
Message-ID: <20200301211331.21163-1-mail@cbaines.net> (raw)
In-Reply-To: <87k143eqm7.fsf@cbaines.net>
* 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.
---
gnu/packages/web.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c6e59cff44..6a9cdc79b8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4390,8 +4390,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
(package-with-python2 python-feedparser))
(define-public guix-data-service
- (let ((commit "bf25a8db0278b49ef2149c69ef5d6dd2201fd413")
- (revision "17"))
+ (let ((commit "18eb9dfdcb3174bfd4bab5b9089acffa13aa1214")
+ (revision "18"))
(package
(name "guix-data-service")
(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))
(sha256
(base32
- "0s6faybczdn10zwrkn22nfq5lvf538513hbmjfaqlkhfmwc4s1qd"))))
+ "0lb78cqzqaz0r4sspg272w2a3yhzhqah30j0kxf0z182b0qpmp37"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)
@@ -4452,15 +4452,15 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
#t)))
(delete 'strip)))) ; As the .go files aren't compatible
(inputs
- `(("guix" ,guix)
- ("guile-fibers" ,guile-fibers)
- ("guile-json" ,guile-json-3)
- ("guile-email" ,guile-email)
- ("guile-squee" ,guile-squee)
+ `(("guix" ,guile3.0-guix)
+ ("guile-fibers" ,guile3.0-fibers)
+ ("guile-json" ,guile3.0-json)
+ ("guile-email" ,guile3.0-email)
+ ("guile-squee" ,guile3.0-squee)
("postgresql" ,postgresql)
("sqitch" ,sqitch)))
(native-inputs
- `(("guile" ,guile-2.2)
+ `(("guile" ,guile-3.0)
("autoconf" ,autoconf)
("automake" ,automake)
("ephemeralpg" ,ephemeralpg)
--
2.25.0
next prev parent reply other threads:[~2020-03-01 21:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-01 21:01 [bug#39864] [PATCH 0/2] Update the Guix Data Service package, and tweak the service Christopher Baines
2020-03-01 21:13 ` Christopher Baines [this message]
2020-03-01 21:13 ` [bug#39864] [PATCH 2/2] services: guix-data-service: Allow passing extra options Christopher Baines
2020-03-07 21:20 ` [bug#39864] [PATCH 0/2] Update the Guix Data Service package, and tweak the service Ludovic Courtès
2020-03-08 23:43 ` bug#39864: " Christopher Baines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200301211331.21163-1-mail@cbaines.net \
--to=mail@cbaines.net \
--cc=39864@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).