unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: Giacomo Leidi <goodoldpaul@autistici.org>, 44227@debbugs.gnu.org
Subject: [bug#44227] [PATCH]  gnu: guile-sparql: Update to 0.0.8.
Date: Mon, 26 Oct 2020 08:51:10 +0100	[thread overview]
Message-ID: <4deca7d866ed7c75280e214edf6b81cdb750dc1b.camel@gnu.org> (raw)
In-Reply-To: <20201026003927.18539-1-goodoldpaul@autistici.org>

Hi Giacomo,

Thank you for your work on guile-sparql, and for this patch!

On Mon, 2020-10-26 at 01:39 +0100, Giacomo Leidi wrote:
> * gnu/packages/guile-xyz.scm (guile-sparql): Update to 0.0.8.
> [arguments]: Enable tests.
> [inputs]: Switch to Guile 3.0.
> ---
>  gnu/packages/guile-xyz.scm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index 88c0586dc9..6cdf3e1604 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -1064,20 +1064,19 @@ allows users to interact with the Guile REPL
> through Jupyter.")
>  (define-public guile-sparql
>    (package
>     (name "guile-sparql")
> -   (version "0.0.7")
> +   (version "0.0.8")
>     (source (origin
>              (method url-fetch)
>              (uri (string-append
>                   
> "https://github.com/roelj/guile-sparql/releases/download/"
>                    version "/guile-sparql-" version ".tar.gz"))
>              (sha256
> -             (base32
> "1drnvhsgl0gc5crmb16yyw1j98nkhwwcgssv9vgm36ng43nnzffd"))))
> +             (base32
> "1jf4972f9fpm0rd865xpnc9mzl3xv6vhfnp0iygadydy905z9nln"))))
>     (build-system gnu-build-system)
> -   (arguments `(#:tests? #f)) ; There are no tests.
>     (native-inputs
>      `(("pkg-config" ,pkg-config)))
>     (inputs
> -    `(("guile" ,guile-2.2)))
> +    `(("guile" ,guile-3.0)))
>     (home-page "https://github.com/roelj/guile-sparql")
>     (synopsis "SPARQL module for Guile")
>     (description "This package provides the functionality to query a
> SPARQL

LGTM! Pushed in 22213308f3bcc41bd2356ccbb7350a74c1426a0a.

Kind regards,
Roel Janssen






  reply	other threads:[~2020-10-26  7:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26  0:39 [bug#44227] [PATCH] gnu: guile-sparql: Update to 0.0.8 Giacomo Leidi
2020-10-26  7:51 ` Roel Janssen [this message]
2020-10-27  9:47   ` bug#44227: " 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=4deca7d866ed7c75280e214edf6b81cdb750dc1b.camel@gnu.org \
    --to=roel@gnu.org \
    --cc=44227@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.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).