[PATCH] gnu: guile-sparql: Update to 0.0.8.

  • Done
  • quality assurance status badge
Details
3 participants
  • Giacomo Leidi
  • Christopher Baines
  • Roel Janssen
Owner
unassigned
Submitted by
Giacomo Leidi
Severity
normal
G
G
Giacomo Leidi wrote on 26 Oct 2020 01:39
(address . guix-patches@gnu.org)(name . Giacomo Leidi)(address . goodoldpaul@autistici.org)
20201026003927.18539-1-goodoldpaul@autistici.org
* 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(-)

Toggle diff (30 lines)
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
--
2.28.0
R
R
Roel Janssen wrote on 26 Oct 2020 08:51
4deca7d866ed7c75280e214edf6b81cdb750dc1b.camel@gnu.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:
Toggle quote (41 lines)
> * 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
C
C
Christopher Baines wrote on 27 Oct 2020 10:47
(address . 44227-done@debbugs.gnu.org)
87a6w8yp87.fsf@cbaines.net
Roel Janssen <roel@gnu.org> writes:

Toggle quote (48 lines)
> 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.

Looks like this has been pushed, so I'm closing the bug.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+X7MhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XePHQ/+P1NQ71/YbTMGxHVCAitiBU4g2XaHPeIm
hgCNDV98R32sdLZw6G527vdTwk6PSGFDR2w1El82spestrCeb0NnUBsfIf8I9gZd
s+vFjUqsqaYl/xYjNurhfaNHolUEtquI7LmY0aZhwg8RczQg+AXQGBM2rQDsUL+5
ZBgmkM5Fuc45hWZ3tjlEcm6jDvFiWMmaYJAnIRWAeDtdynL5rTuSMpK2qYhB0KaW
oDoOoe6uXwUFqP0KbyX6LRNFIRVm2CTwAraRNyrlt1CRGE/BAgX4D31eS6d+tYzd
3Jy2eQaVtTSe7zzAVaJJ9xBsFB/hk6Em/ahT6LA6PgVFNwRJ88PXAmB4VB6Twp0q
wqn5Tg2IlofTCamjXzLv5vRqCLl54RW3jet8IwwDlpLU8pUMw9WlOUV0VNuvJFQB
pZmzqr38pWBwyZhZpZXOfdU9JuQxjyGMFuKAEa7XNHb5R/+1pPvLFR0w+fthTsYx
zyL0PBIC0NKtWQN87qb8o3h7CY5e4/LFd4LQH7I4tFaHoKzq1+99ea3qhkQ6PZ0j
BBY0uRFyFUmD8H9LlllH8VFautQZ347cMvem6iOAcCqKUPk4but1yVUymv7xRXhr
deRDOHcNoqNidhuSSZG0HrUzD4hJ5XIdKV4SFwPqrA1G84DInwBF1aiO8Ws+R/Le
ozHLKJ3x6Qo=
=6xsq
-----END PGP SIGNATURE-----

Closed
?