me
/
guix
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.
master
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
1 changed files with 20 additions and 23 deletions

View File

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