all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabio Natali <me@fabionatali.com>
To: 59291@debbugs.gnu.org
Cc: Fabio Natali <me@fabionatali.com>
Subject: [bug#59291] [PATCH] gnu: microscheme: Update to 0.9.4.
Date: Tue, 15 Nov 2022 23:53:03 +0000	[thread overview]
Message-ID: <58c2d42a654e53ebfad7769f9295753ceec4f6a4.1668555644.git.me@fabionatali.com> (raw)

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





             reply	other threads:[~2022-11-15 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15 23:53 Fabio Natali [this message]
2022-11-16  9:58 ` bug#59291: [PATCH] gnu: microscheme: Update to 0.9.4 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58c2d42a654e53ebfad7769f9295753ceec4f6a4.1668555644.git.me@fabionatali.com \
    --to=me@fabionatali.com \
    --cc=59291@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.