~ruther/guix-local

2c1c937c0b739caa890682e49420c01d5036b9a2 — Cayetano Santos 4 months ago 0820083
gnu: nvc: Update to 1.18.1.

* gnu/packages/electronics.scm (nvc): Update to 1.18.1.

Change-Id: I4a0a19b99308132e1f5c7d555b64de85f7b01301
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/electronics.scm
M gnu/packages/electronics.scm => gnu/packages/electronics.scm +2 -2
@@ 1076,7 1076,7 @@ which allows one to install the M8 firmware on any Teensy.")
(define-public nvc
  (package
    (name "nvc")
    (version "1.18.0")
    (version "1.18.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 1085,7 1085,7 @@ which allows one to install the M8 firmware on any Teensy.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1b8bsmxv2p9v8g7yzdj8s22l5bx9n58kmbklgnj17gd362lai51y"))))
                "1l4aiaf2009wak7bccpm8x2pr27pr2b5w2naz874y8k98wqq5zlr"))))
    (build-system gnu-build-system)
    (arguments
     (list #:out-of-source? #t