[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: janet: Update to 1.33.0
From: |
guix-commits |
Subject: |
09/09: gnu: janet: Update to 1.33.0 |
Date: |
Wed, 7 Feb 2024 12:35:28 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 5d2302a1959d09e6d5a5f02ac199458095847a82
Author: unwox <me@unwox.com>
AuthorDate: Mon Feb 5 22:45:21 2024 +0600
gnu: janet: Update to 1.33.0
* gnu/packages/lisp.scm (janet): Update to 1.33.0.
Change-Id: Ic5dd8b0c7042fe965c940d291331803f7f28e3f2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
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 29d5ddebdc..c58e56b7a7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1242,7 +1242,7 @@ including a built-in database engine and a GUI system.")
(define-public janet
(package
(name "janet")
- (version "1.32.1")
+ (version "1.33.0")
(source
(origin
(method git-fetch)
@@ -1251,7 +1251,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 "1nnqbpql6749597m0lp56i2zqm003pg690399l0g8kb9kwvpv1yv"))))
+ (base32 "16wgljca7hp29fz5p2dnvy2cbscjx4imf85rhjwc1jkgdjswjxli"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
- branch master updated (10dba10fd6 -> 5d2302a195), guix-commits, 2024/02/07
- 02/09: gnu: python-pyproj: Update to 3.6.1., guix-commits, 2024/02/07
- 06/09: gnu: python-pyshp: Update to 2.3.1., guix-commits, 2024/02/07
- 03/09: gnu: libgeotiff: Fix build with proj 9.3.1., guix-commits, 2024/02/07
- 05/09: gnu: python-shapely: Update to 2.0.2., guix-commits, 2024/02/07
- 01/09: gnu: proj: Update to 9.3.1., guix-commits, 2024/02/07
- 07/09: gnu: grass: Update to 7.8.8., guix-commits, 2024/02/07
- 08/09: gnu: qgis: Fix build against proj 9.3.1., guix-commits, 2024/02/07
- 04/09: gnu: geos: Update to 3.12.1., guix-commits, 2024/02/07
- 09/09: gnu: janet: Update to 1.33.0,
guix-commits <=