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:
parent
6a184342f9
commit
01c1b8e0dc
1 changed files with 20 additions and 23 deletions
|
|
@ -17807,18 +17807,15 @@ 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")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-firefox")
|
(name "emacs-helm-firefox")
|
||||||
(version (string-append "0.0.1" "-" revision "."
|
(version "1.3")
|
||||||
(string-take commit 7)))
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emacs-helm/helm-firefox")
|
(url "https://github.com/emacs-helm/helm-firefox")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
@ -17829,7 +17826,7 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
|
||||||
(home-page "https://github.com/emacs-helm/helm-firefox")
|
(home-page "https://github.com/emacs-helm/helm-firefox")
|
||||||
(synopsis "Display firefox bookmarks with Emacs Helm interface")
|
(synopsis "Display firefox bookmarks with Emacs Helm interface")
|
||||||
(description "Display firefox bookmarks with Emacs Helm interface")
|
(description "Display firefox bookmarks with Emacs Helm interface")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-interactive-align
|
(define-public emacs-interactive-align
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
Reference in a new issue