me
/
guix
Archived
1
0
Fork 0

gnu: janet: Update to 1.35.2.

* gnu/packages/lisp.scm (janet): Update to 1.35.2.

Change-Id: I5d623879841bd9a9691c535f7a0242dd371b45b4
jgart 2024-07-09 22:52:41 -05:00
parent e13f7d48e5
commit 46c6a27891
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 2 additions and 2 deletions

View File

@ -803,7 +803,7 @@ interface to the Tk widget system.")
(define-public janet
(package
(name "janet")
(version "1.33.0")
(version "1.35.2")
(source
(origin
(method git-fetch)
@ -812,7 +812,7 @@ interface to the Tk widget system.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "16wgljca7hp29fz5p2dnvy2cbscjx4imf85rhjwc1jkgdjswjxli"))))
(base32 "0kgya9zv8xq6mbrkpllm29zfxkr626ip83ivqkgqfcs5a33b39wa"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags