[PATCH] gnu: janet: Update to 1.22.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • jgart
  • Maxim Cournoyer
  • Maxime Devos
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20220616034208.16249-1-jgart@dismail.de
* gnu/packages/lisp.scm (janet): Update to 1.22.0.
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c26da670ac..f54155c79b 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1165,7 +1165,7 @@ (define-public picolisp
(define-public janet
(package
(name "janet")
- (version "1.21.1")
+ (version "1.22.0")
(source
(origin
(method git-fetch)
@@ -1174,7 +1174,7 @@ (define-public janet
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1c8lrwg518182rnz47mahv5r9jd3haj6ysigk0bkv8lpb0d2b760"))))
+ (base32 "0x067bdbr3rqspgxam3hg7lrk6290f0wpjwbk9d0vm5sydjkrsql"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
--
2.36.1
M
M
Maxime Devos wrote on 16 Jun 2022 09:58
Re: bug#56005: "write_wait_fd: unimplemented" during downloading substitutes
(address . control@debbugs.gnu.org)
31d325076ae0c552cc04a010956faed27dc35d2c.camel@telenet.be
retitle 56006 "write_wait_fd: unimplemented" during downloading substitutes
thanks

Thiago Jung Bauermann via Bug reports for GNU Guix schreef op wo 15-06-
2022 om 23:40 [-0300]:
Toggle quote (3 lines)
> I had a quick look at ‘fetch-narinfos’ but I couldn't figure out what
> could be calling into this unimplemented function ‘write_wait_fd’…

Untested hypothesis: maybe writing to the TLS-wrapped port constructed
in (guix build download) blocked, so Guile's port code ran
'write_wait_fd', which was not set for the TLS port (in the GnuTLS
library)? Alternatively: maybe 'make-custom-binary-input/output-port'
in (guix build download) was used incorrectly?

Greetings,
Maxime.
-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYqrioBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7ub3AQCXLxSVhvcA036bcxhkQhn+Ebhd
EYRLQL+qhR7cauDhswD/VSD62gJ43EZhdv/JEHWEa23cpanMaP10G62L8zTSFgk=
=nKHx
-----END PGP SIGNATURE-----


J
(no subject)
(address . control@debbugs.gnu.org)
20220616105216.GB5672@gac.scls.local
retitle 56006 "[PATCH] gnu: janet: Update to 1.22.0."
J
(name . Debbugs Control)(address . control@debbugs.gnu.org)
20220616110910.GB10543@gac.scls.local
retitle 56006 [PATCH] gnu: janet: Update to 1.22.0.
M
M
Maxim Cournoyer wrote on 24 Jun 2022 02:36
Re: bug#56006: [PATCH] gnu: janet: Update to 1.22.0.
(name . jgart)(address . jgart@dismail.de)(address . 56006-done@debbugs.gnu.org)
874k0a3nj3.fsf@gmail.com
Hi!

jgart <jgart@dismail.de> writes:

Toggle quote (2 lines)
> * gnu/packages/lisp.scm (janet): Update to 1.22.0.

Updated to 1.23.0 and applied.

Thanks,

Maxim
Closed
?