gnu: emacs-fpga: Update to 0.3.0.

* gnu/packages/emacs-xyz.scm (emacs-fpga): Update to 0.3.0.

Change-Id: I10ea9d0876178b506cc52054e5efb9524ac6e1f5
This commit is contained in:
Cayetano Santos 2025-07-20 15:56:03 +02:00 committed by Ian Eure
parent 767460537e
commit 3c1b0b348a
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

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