guix_mirror_bot pushed a commit to branch minipro-0.7.3
in repository guix.

commit 892fa33511bb8c746c9016a57555a3b757ed599b
Author: Ian Eure <i...@retrospec.tv>
AuthorDate: Mon Jun 9 17:43:36 2025 -0700

    gnu: minipro: Update to 0.7.3.
    
    * gnu/packages/electronics.scm (minipro): Update to 0.7.3.
    
    Change-Id: If676110eb14627f44e9f534e99a06655d5162d2f
---
 gnu/packages/electronics.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 5910b5cc39..b7847ad59b 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

Reply via email to