all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52270] [PATCH] gnu: janet: Update to 1.19.0.
@ 2021-12-04  5:16 jgart via Guix-patches via
  2021-12-04 12:53 ` bug#52270: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-12-04  5:16 UTC (permalink / raw)
  To: 52270; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.19.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 76d6ecdc42..95443a3573 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.18.1")
+    (version "1.19.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 "07k92ip4vmqpzbz32spkpy2rz7pxfsdyl77sy9fylqmc6vg32hr8"))))
+        (base32 "1gpwhgnkwxjp95gs3i5dcdpsmv1pa7a299m8hccyy92jxd15pym6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.34.0





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

* bug#52270: [PATCH] gnu: janet: Update to 1.19.0.
  2021-12-04  5:16 [bug#52270] [PATCH] gnu: janet: Update to 1.19.0 jgart via Guix-patches via
@ 2021-12-04 12:53 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-04 12:53 UTC (permalink / raw)
  To: jgart; +Cc: 52270-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as da70132ee98093cb2aad672ee72e0d2f308eff2d.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-12-04 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-04  5:16 [bug#52270] [PATCH] gnu: janet: Update to 1.19.0 jgart via Guix-patches via
2021-12-04 12:53 ` bug#52270: " Guillaume Le Vaillant

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.