guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: janet: Update to 1.32.1.


From: guix-commits
Subject: branch master updated: gnu: janet: Update to 1.32.1.
Date: Sun, 19 Nov 2023 13:28:01 -0500

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71b9246643 gnu: janet: Update to 1.32.1.
71b9246643 is described below

commit 71b92466430acb8c91841522dc0eb7d766af4388
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
AuthorDate: Sun Nov 19 18:44:33 2023 +0100

    gnu: janet: Update to 1.32.1.
    
    * gnu/packages/lisp.scm (janet): Update to 1.32.1.
    
    Change-Id: I4c34bbdedf0e21ba9c605b71205b010118dcf0b4
    Signed-off-by: jgart <jgart@dismail.de>
---
 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 f26362c79f..8fccee94dc 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1247,7 +1247,7 @@ including a built-in database engine and a GUI system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.29.1")
+    (version "1.32.1")
     (source
      (origin
        (method git-fetch)
@@ -1256,7 +1256,7 @@ including a built-in database engine and a GUI system.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18684mxnb0jk63mkzi36zlmd8rjjv0msx3xxpmn67mhrnwz4x861"))))
+        (base32 "1nnqbpql6749597m0lp56i2zqm003pg690399l0g8kb9kwvpv1yv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]