gnu: emacs-constants: Update to 2.6.
* gnu/packages/emacs.scm (emacs-constants): Change to versioned repository and update to 2.6.
This commit is contained in:
parent
849485f5a0
commit
f99f3f24ef
1 changed files with 5 additions and 5 deletions
|
@ -1409,17 +1409,17 @@ identifiers in the MIT-Scheme documentation.")
|
||||||
(define-public emacs-constants
|
(define-public emacs-constants
|
||||||
(package
|
(package
|
||||||
(name "emacs-constants")
|
(name "emacs-constants")
|
||||||
(version "2.2")
|
(version "2.6")
|
||||||
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
|
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(file-name (string-append name "-" version ".el"))
|
(file-name (string-append name "-" version ".el"))
|
||||||
(method uncompressed-file-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "/constants.el")) ;FIXME: unversioned URI
|
(uri (string-append "https://github.com/fedeinthemix/emacs-constants"
|
||||||
(patches (search-patches "emacs-constants-lisp-like.patch"))
|
"/archive/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14q094aphsjhq8gklv7i5a7byl0ygz63cv3n6b5p8ji2jy0mnnw3"))))
|
"0pnrpmmxq8mh5h2hbrp5vcym0j0fh6dv3s7c5ccn18wllhzg9g7n"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Enter definition of constants into an Emacs buffer")
|
(synopsis "Enter definition of constants into an Emacs buffer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue