Archived
1
0
Fork 0

gnu: emacs-helm-firefox: Fix version string.

* gnu/packages/emacs-xyz.scm (emacs-helm-firefox)[origin]: Tagged commit is
really version 1.3.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:34:20 +01:00
parent 6a184342f9
commit 01c1b8e0dc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17807,29 +17807,26 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-helm-firefox (define-public emacs-helm-firefox
(let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085") (package
(revision "1")) (name "emacs-helm-firefox")
(package (version "1.3")
(name "emacs-helm-firefox") (source
(version (string-append "0.0.1" "-" revision "." (origin
(string-take commit 7))) (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/emacs-helm/helm-firefox")
(method git-fetch) (commit (string-append "v" version))))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/emacs-helm/helm-firefox") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
(sha256 (propagated-inputs
(base32 `(("emacs-helm" ,emacs-helm)))
"08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs")))) (build-system emacs-build-system)
(propagated-inputs (home-page "https://github.com/emacs-helm/helm-firefox")
`(("emacs-helm" ,emacs-helm))) (synopsis "Display firefox bookmarks with Emacs Helm interface")
(build-system emacs-build-system) (description "Display firefox bookmarks with Emacs Helm interface")
(home-page "https://github.com/emacs-helm/helm-firefox") (license license:gpl3+)))
(synopsis "Display firefox bookmarks with Emacs Helm interface")
(description "Display firefox bookmarks with Emacs Helm interface")
(license license:gpl3+))))
(define-public emacs-interactive-align (define-public emacs-interactive-align
(package (package