From e3001aef29536c50b17dacd5edf79dc645697e7b Mon Sep 17 00:00:00 2001 From: Yovan Naumovski Date: Wed, 8 Mar 2023 22:49:09 +0200 Subject: gnu: fennel: Update to 1.3.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/lua.scm (fennel): Update to 1.3.0. Signed-off-by: Ludovic Courtès --- gnu/packages/lua.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index d50890bf1e..2c5347a228 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2022 Brandon Lucas ;;; Copyright © 2022 Luis Henrique Gomes Higino ;;; Copyright © 2022 Leo Nikkilä +;;; Copyright © 2023 Yovan Naumovski ;;; ;;; This file is part of GNU Guix. ;;; @@ -1189,7 +1190,7 @@ enabled.") (define-public fennel (package (name "fennel") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -1198,7 +1199,7 @@ enabled.") (file-name (git-file-name name version)) (sha256 (base32 - "0klqxhgc9s6rm2xbn2fyzw9nzdas65g84js7s69by0gv2jzalyad")))) + "1g22y0bpw1ads6bmsr946fw1m5xxvlvb1hdym3f3k3fziislwwhd")))) (build-system gnu-build-system) (arguments (list #:make-flags #~(list (string-append "PREFIX=" -- cgit v1.2.3