mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-dante: Modify version number.
* gnu/packages/emacs-xyz.scm (emacs-dante): Use version number matching tag reference.
This commit is contained in:
parent
e0f88157c1
commit
9af09e9c8f
1 changed files with 2 additions and 2 deletions
|
@ -799,10 +799,10 @@ programs.")
|
||||||
|
|
||||||
(define-public emacs-dante
|
(define-public emacs-dante
|
||||||
(let ((commit "38b589417294c7ea44bf65b73b8046d950f9531b")
|
(let ((commit "38b589417294c7ea44bf65b73b8046d950f9531b")
|
||||||
(revision "3"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-dante")
|
(name "emacs-dante")
|
||||||
(version (git-version "1.5" revision commit))
|
(version (git-version "1.6" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue