me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dante: Modify version number.

* gnu/packages/emacs-xyz.scm (emacs-dante): Use version number matching tag reference.
master
Brett Gilio 2019-12-27 19:30:16 -06:00
parent e0f88157c1
commit 9af09e9c8f
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

@ -799,10 +799,10 @@ programs.")
(define-public emacs-dante
(let ((commit "38b589417294c7ea44bf65b73b8046d950f9531b")
(revision "3"))
(revision "1"))
(package
(name "emacs-dante")
(version (git-version "1.5" revision commit))
(version (git-version "1.6" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference