mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eldev: Update to 1.10.3.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10.3 and update URLs. Change-Id: I5bcf362dbe035cacff2b35b29ebb281a2a85318c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
280aa6b57d
commit
9c848c89ce
1 changed files with 4 additions and 4 deletions
|
@ -24757,16 +24757,16 @@ according to a parsing expression grammar.")
|
||||||
(define-public emacs-eldev
|
(define-public emacs-eldev
|
||||||
(package
|
(package
|
||||||
(name "emacs-eldev")
|
(name "emacs-eldev")
|
||||||
(version "1.10.1")
|
(version "1.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/doublep/eldev")
|
(url "https://github.com/emacs-eldev/eldev")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qir0wagqb8yhmkb12zzadl146w952p3q92bpffd0hq0y6gcp2n5"))))
|
(base32 "0ha2ppxqp36m26nv6lyspq6m6xvvr03cf82rygq45w729gakdw9r"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -24799,7 +24799,7 @@ according to a parsing expression grammar.")
|
||||||
(string-append "export ELDEV_LOCAL=" site-lisp "\n" all)))))))))
|
(string-append "export ELDEV_LOCAL=" site-lisp "\n" all)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo)) ;for tests
|
(list texinfo)) ;for tests
|
||||||
(home-page "https://github.com/doublep/eldev/")
|
(home-page "https://github.com/emacs-eldev/eldev/")
|
||||||
(synopsis "Emacs-based build tool for Elisp")
|
(synopsis "Emacs-based build tool for Elisp")
|
||||||
(description "Eldev (Elisp Development Tool) is an Emacs-based build tool,
|
(description "Eldev (Elisp Development Tool) is an Emacs-based build tool,
|
||||||
targeted solely at Elisp projects. It is an alternative to Cask. Unlike
|
targeted solely at Elisp projects. It is an alternative to Cask. Unlike
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue