M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +21 -23
@@ 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.