emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44227: closed ([PATCH] gnu: guile-sparql: Update to 0.0.8.)


From: GNU bug Tracking System
Subject: bug#44227: closed ([PATCH] gnu: guile-sparql: Update to 0.0.8.)
Date: Tue, 27 Oct 2020 09:48:01 +0000

Your message dated Tue, 27 Oct 2020 09:47:52 +0000
with message-id <87a6w8yp87.fsf@cbaines.net>
and subject line Re: [bug#44227] [PATCH]  gnu: guile-sparql: Update to 0.0.8.
has caused the debbugs.gnu.org bug report #44227,
regarding [PATCH]  gnu: guile-sparql: Update to 0.0.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44227: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44227
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: guile-sparql: Update to 0.0.8. Date: Mon, 26 Oct 2020 01:39:27 +0100
* 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
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44227] [PATCH] gnu: guile-sparql: Update to 0.0.8. Date: Tue, 27 Oct 2020 09:47:52 +0000 User-agent: mu4e 1.4.13; emacs 27.1
Roel Janssen <roel@gnu.org> writes:

> 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.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]