mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
767460537e
commit
3c1b0b348a
1 changed files with 21 additions and 23 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue