* [bug#44902] [PATCH] gnu: loko: Update to 0.7.0
@ 2020-11-27 14:54 Martin Becze
2020-11-27 20:56 ` Kei Kebreau
0 siblings, 1 reply; 4+ messages in thread
From: Martin Becze @ 2020-11-27 14:54 UTC (permalink / raw)
To: 44902; +Cc: Martin Becze
* gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
---
gnu/packages/loko.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
index f6699877f7..737f7250fa 100644
--- a/gnu/packages/loko.scm
+++ b/gnu/packages/loko.scm
@@ -29,7 +29,7 @@
(define-public loko-scheme
(package
(name "loko-scheme")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
@@ -37,7 +37,7 @@
(url "https://gitlab.com/weinholt/loko")
(commit (string-append "v" version))))
(sha256
- (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
+ (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#44902] [PATCH] gnu: loko: Update to 0.7.0
2020-11-27 14:54 [bug#44902] [PATCH] gnu: loko: Update to 0.7.0 Martin Becze
@ 2020-11-27 20:56 ` Kei Kebreau
2020-11-28 15:27 ` Martin Becze
0 siblings, 1 reply; 4+ messages in thread
From: Kei Kebreau @ 2020-11-27 20:56 UTC (permalink / raw)
To: Martin Becze; +Cc: 44902
[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]
Hi Martin!
Thanks for submitting this patch. I noticed a section of the
loko-scheme package mentions that some R7RS tests failed as of version
0.6.0. Are these tests fixed and runnable as of version 0.7.0?
Kei
Martin Becze <mjbecze@riseup.net> writes:
> * gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
> ---
> gnu/packages/loko.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
> index f6699877f7..737f7250fa 100644
> --- a/gnu/packages/loko.scm
> +++ b/gnu/packages/loko.scm
> @@ -29,7 +29,7 @@
> (define-public loko-scheme
> (package
> (name "loko-scheme")
> - (version "0.6.0")
> + (version "0.7.0")
> (source
> (origin
> (method git-fetch)
> @@ -37,7 +37,7 @@
> (url "https://gitlab.com/weinholt/loko")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
> + (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#44902] [PATCH] gnu: loko: Update to 0.7.0
2020-11-27 20:56 ` Kei Kebreau
@ 2020-11-28 15:27 ` Martin Becze
2020-11-29 4:37 ` bug#44902: " Kei Kebreau
0 siblings, 1 reply; 4+ messages in thread
From: Martin Becze @ 2020-11-28 15:27 UTC (permalink / raw)
To: Kei Kebreau; +Cc: 44902
The tests are still a work in progress.
On 11/27/20 2:56 PM, Kei Kebreau wrote:
> Hi Martin!
>
> Thanks for submitting this patch. I noticed a section of the
> loko-scheme package mentions that some R7RS tests failed as of version
> 0.6.0. Are these tests fixed and runnable as of version 0.7.0?
>
> Kei
>
>
> Martin Becze <mjbecze@riseup.net> writes:
>
>> * gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
>> ---
>> gnu/packages/loko.scm | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
>> index f6699877f7..737f7250fa 100644
>> --- a/gnu/packages/loko.scm
>> +++ b/gnu/packages/loko.scm
>> @@ -29,7 +29,7 @@
>> (define-public loko-scheme
>> (package
>> (name "loko-scheme")
>> - (version "0.6.0")
>> + (version "0.7.0")
>> (source
>> (origin
>> (method git-fetch)
>> @@ -37,7 +37,7 @@
>> (url "https://gitlab.com/weinholt/loko")
>> (commit (string-append "v" version))))
>> (sha256
>> - (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
>> + (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
>> (file-name (git-file-name name version))))
>> (build-system gnu-build-system)
>> (arguments
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#44902: [PATCH] gnu: loko: Update to 0.7.0
2020-11-28 15:27 ` Martin Becze
@ 2020-11-29 4:37 ` Kei Kebreau
0 siblings, 0 replies; 4+ messages in thread
From: Kei Kebreau @ 2020-11-29 4:37 UTC (permalink / raw)
To: Martin Becze; +Cc: 44902-done
[-- Attachment #1: Type: text/plain, Size: 705 bytes --]
Okay, I've amended the comment at the top of the arguments section and
pushed the commit to master as 40352788de. Thanks again!
P.S.: I'm seeing now that "gnu: loko..." should have been "gnu: loko-scheme..."
in the first line of the commit message, but it's a bit late now!
Martin Becze <mjbecze@riseup.net> writes:
> The tests are still a work in progress.
>
> On 11/27/20 2:56 PM, Kei Kebreau wrote:
>> Hi Martin!
>> Thanks for submitting this patch. I noticed a section of the
>> loko-scheme package mentions that some R7RS tests failed as of version
>> 0.6.0. Are these tests fixed and runnable as of version 0.7.0?
>> Kei
>>
>> Martin Becze <mjbecze@riseup.net> writes:
>>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-29 4:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-27 14:54 [bug#44902] [PATCH] gnu: loko: Update to 0.7.0 Martin Becze
2020-11-27 20:56 ` Kei Kebreau
2020-11-28 15:27 ` Martin Becze
2020-11-29 4:37 ` bug#44902: " Kei Kebreau
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.