GNU bug report logs -
#59291
[PATCH] gnu: microscheme: Update to 0.9.4.
Previous Next
Reported by: Fabio Natali <me <at> fabionatali.com>
Date: Tue, 15 Nov 2022 23:54:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 16 Nov 2022 09:58:39 +0000
with message-id <877czv2pap.fsf <at> kitej>
and subject line Re: [bug#59291] [PATCH] gnu: microscheme: Update to 0.9.4.
has caused the debbugs.gnu.org bug report #59291,
regarding [PATCH] gnu: microscheme: Update to 0.9.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59291: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59291
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
Hi! Microscheme 0.9.4 has just been released [0]. Here is a little
patch to update the Guix package to that version. Thanks, best, F.
[0] https://github.com/ryansuchocki/microscheme/releases/tag/v0.9.4
gnu/packages/avr.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index 3cc5a6964e..a741f183d7 100644
--- a/gnu/packages/avr.scm
+++ b/gnu/packages/avr.scm
@@ -31,10 +31,12 @@ (define-module (gnu packages avr)
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (gnu packages)
+ #:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages flashing-tools)
#:use-module (gnu packages gcc)
+ #:use-module (gnu packages llvm)
#:use-module (gnu packages vim))
(define-public avr-binutils
@@ -148,7 +150,7 @@ (define-public avr-toolchain
(define-public microscheme
(package
(name "microscheme")
- (version "0.9.3")
+ (version "0.9.4")
(source
(origin
(method git-fetch)
@@ -156,7 +158,7 @@ (define-public microscheme
(url "https://github.com/ryansuchocki/microscheme")
(commit (string-append "v" version))))
(sha256
- (base32 "1r3ng4pw1s9yy1h5rafra1rq19d3vmb5pzbpcz1913wz22qdd976"))
+ (base32 "1bflwirpcd58bngbs6hgjfwxl894ni2gpdd4pj10pm2mjhyj5dgw"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -168,7 +170,7 @@ (define-public microscheme
#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
(native-inputs
- (list unzip xxd))
+ (list clang cppcheck unzip xxd))
(home-page "https://github.com/ryansuchocki/microscheme/")
(synopsis "Scheme subset for Atmel microcontrollers")
(description
--
2.38.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as 996f897cf17449198713b2412fa99185c0abe214.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.