diff options
| author | Ian Eure <ian@retrospec.tv> | 2025-06-09 17:43:36 -0700 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-06-14 08:36:57 -0700 |
| commit | e828e10947d8c70eafdb529ae43e8adeda4bd5c6 (patch) | |
| tree | 79290dee407934fd682703abff45b153428fdd1d | |
| parent | 1856912970075760df506e43d86c51bcb21fc60d (diff) | |
gnu: minipro: Update to 0.7.3.
* gnu/packages/electronics.scm (minipro): Update to 0.7.3.
Change-Id: If676110eb14627f44e9f534e99a06655d5162d2f
| -rw-r--r-- | gnu/packages/electronics.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 821ba19f556..084881c13fa 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -276,11 +276,13 @@ which allows one to install the M8 firmware on any Teensy.") license:zlib)))) (define-public minipro - ;; Information needed to fix Makefile - (let* ((date "2024-09-20 20:55:06 -0700")) + ;; When built from a Git repo, minipro expects GIT_DATE to be set to the + ;; value of `git show -s --format=%ci'. When updating the package, run this + ;; in a checkout and put the value here. + (let* ((date "2025-04-13 21:54:38 -0700")) (package (name "minipro") - (version "0.7.2") + (version "0.7.3") (source (origin (method git-fetch) @@ -289,9 +291,9 @@ which allows one to install the M8 firmware on any Teensy.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1a7sbbs1byngkh3bh0dxwxk1iw1dx0kvp946y2lxb8rm6b7hwqym")))) + (base32 "1525rn5h73xism16vmivd3cz93g8w76h24f0yvbpc35ydc3fkqf7")))) (native-inputs (list pkg-config which)) - (inputs (list libusb)) + (inputs (list libusb zlib)) (build-system gnu-build-system) (arguments (list |
