all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62602] [PATCH] gnu: janet: Update to 1.27.0.
@ 2023-04-02  3:01 jgart via Guix-patches via
  2023-04-10 11:17 ` bug#62602: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-04-02  3:01 UTC (permalink / raw)
  To: 62602; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.27.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 a8ddc28795..51dd2abd0b 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1271,7 +1271,7 @@ (define-public lfe
 (define-public janet
   (package
     (name "janet")
-    (version "1.26.0")
+    (version "1.27.0")
     (source
      (origin
        (method git-fetch)
@@ -1280,7 +1280,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
+        (base32 "0fd5z9xviwfv635wxil20qjjigb275p3ns9cvxhfx27ca8kkphsj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.39.2





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

* bug#62602: [PATCH] gnu: janet: Update to 1.27.0.
  2023-04-02  3:01 [bug#62602] [PATCH] gnu: janet: Update to 1.27.0 jgart via Guix-patches via
@ 2023-04-10 11:17 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-04-10 11:17 UTC (permalink / raw)
  To: jgart; +Cc: 62602-done


Hello, another patch was pushed as 730655d56a9.

Close now, thank you!




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

end of thread, other threads:[~2023-04-10 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02  3:01 [bug#62602] [PATCH] gnu: janet: Update to 1.27.0 jgart via Guix-patches via
2023-04-10 11:17 ` bug#62602: " 宋文武 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.