all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54361] [PATCH] gnu: janet: Update to 1.20.0.
@ 2022-03-12 23:00 jgart via Guix-patches via
  2022-03-13  8:33 ` bug#54361: " Raghav Gururajan via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-12 23:00 UTC (permalink / raw)
  To: 54361; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.20.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 edca4e632a..01daaaedbf 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1156,7 +1156,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.19.2")
+    (version "1.20.0")
     (source
      (origin
        (method git-fetch)
@@ -1165,7 +1165,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0waj22rzxmc0yx1yr0pzw9lwp6my5abfpfi6vq932bmli8y9prpd"))))
+        (base32 "0983jp22nnfpsc77nhsjgp7zp7m2n47pxg9nagwfhhff6rlqw9wq"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.35.1





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

* bug#54361: [PATCH] gnu: janet: Update to 1.20.0.
  2022-03-12 23:00 [bug#54361] [PATCH] gnu: janet: Update to 1.20.0 jgart via Guix-patches via
@ 2022-03-13  8:33 ` Raghav Gururajan via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2022-03-13  8:33 UTC (permalink / raw)
  To: 54361-done


[-- Attachment #1.1: Type: text/plain, Size: 45 bytes --]

Pushed as 44cd0a4f37..1a36fb51a8 to master.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

end of thread, other threads:[~2022-03-13  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 23:00 [bug#54361] [PATCH] gnu: janet: Update to 1.20.0 jgart via Guix-patches via
2022-03-13  8:33 ` bug#54361: " Raghav Gururajan via Guix-patches via

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.