guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3c1b0b348abfafc3fa637d12a940017b52c90585
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Jul 20 15:56:03 2025 +0200

    gnu: emacs-fpga: Update to 0.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-fpga): Update to 0.3.0.
    
    Change-Id: I10ea9d0876178b506cc52054e5efb9524ac6e1f5
---
 gnu/packages/emacs-xyz.scm | 44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 181af1f4f1..7cf5f915be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -44724,30 +44724,28 @@ Emacs.")
       (license license:gpl2+))))
 
 (define-public emacs-fpga
-  (let ((commit "7ba64134609cbb9b7a5dd3b960985fa46a582cf0")
-        (revision "0"))
-    (package
-      (name "emacs-fpga")
-      (version (git-version "0.2.0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/gmlarumbe/fpga";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "0sl3s5bfqmicpg4hp2k6qznrgj71dx0lz3dv2jyd48ys67m9x4dx"))))
-      (build-system emacs-build-system)
-      ;;there are no tests
-      (arguments
-       (list #:tests? #f))
-      (home-page "https://github.com/gmlarumbe/fpga";)
-      (synopsis "Emacs fpga & asic utilities")
-      (description
-       "Emacs-fpga provides emacs facilities to interface with fpga & asic
+  (package
+    (name "emacs-fpga")
+    (version "0.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/gmlarumbe/fpga";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "107vmjwk74iwp2xlpkx3f2q8a9bbygl15p09sfj0h4k9jzl4ia9m"))))
+    (build-system emacs-build-system)
+    ;;there are no tests
+    (arguments
+     (list #:tests? #f))
+    (home-page "https://github.com/gmlarumbe/fpga";)
+    (synopsis "Emacs fpga & asic utilities")
+    (description
+     "Emacs-fpga provides emacs facilities to interface with fpga & asic
 tools from major vendors.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-semi-epg
   ;; No release since Dec 24, 2003.

Reply via email to