all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59291] [PATCH] gnu: microscheme: Update to 0.9.4.
@ 2022-11-15 23:53 Fabio Natali
  2022-11-16  9:58 ` bug#59291: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Natali @ 2022-11-15 23:53 UTC (permalink / raw)
  To: 59291; +Cc: Fabio Natali

---
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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59291: [PATCH] gnu: microscheme: Update to 0.9.4.
  2022-11-15 23:53 [bug#59291] [PATCH] gnu: microscheme: Update to 0.9.4 Fabio Natali
@ 2022-11-16  9:58 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-16  9:58 UTC (permalink / raw)
  To: Fabio Natali; +Cc: 59291-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 996f897cf17449198713b2412fa99185c0abe214.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-16 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 23:53 [bug#59291] [PATCH] gnu: microscheme: Update to 0.9.4 Fabio Natali
2022-11-16  9:58 ` bug#59291: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.