unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56006] [PATCH] gnu: janet: Update to 1.22.0.
@ 2022-06-16  3:42 jgart via Guix-patches via
  2022-06-24  0:36 ` bug#56006: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-06-16  3:42 UTC (permalink / raw)
  To: 56006; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.22.0.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-24  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16  3:42 [bug#56006] [PATCH] gnu: janet: Update to 1.22.0 jgart via Guix-patches via
2022-06-24  0:36 ` bug#56006: " Maxim Cournoyer

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