diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-23 10:58:49 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-23 10:59:06 +0100 |
| commit | f9364ffc4cadb36e3dd4dba4fb998310b1146039 (patch) | |
| tree | 73e93f294c4afde795e9b5e5ead4cfa2432f0932 /gnu/packages | |
| parent | 9c46c6886f3fab2016b75b2b26bb4704ed7040a6 (diff) | |
gnu: emacs-fpga: Update to 0.3.0-0.48ec157.
* gnu/packages/emacs-xyz.scm (emacs-fpga): Update to 0.3.0-0.48ec157.
Change-Id: I34f021e0e97702b28f18c6cd28c156fb4efe7d4e
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 20eb68e411f..7d92746fbef 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -47316,28 +47316,31 @@ Emacs.") (license license:gpl2+)))) (define-public emacs-fpga - (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 + ;; Includes support for cadence genus. + (let ((commit "48ec1572ab3c96cbc20d0c542cfe56124e05d48b") + (revision "0")) + (package + (name "emacs-fpga") + (version (git-version "0.3.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 "0j1573m59iadip4qpg457jdl22gdgx1w41irdd0s300yqsrjxyms")))) + (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. |
