mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public emacs-peg
|
|||
(define-public emacs-eldev
|
||||
(package
|
||||
(name "emacs-eldev")
|
||||
(version "1.10.1")
|
||||
(version "1.10.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/doublep/eldev")
|
||||
(url "https://github.com/emacs-eldev/eldev")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qir0wagqb8yhmkb12zzadl146w952p3q92bpffd0hq0y6gcp2n5"))))
|
||||
(base32 "0ha2ppxqp36m26nv6lyspq6m6xvvr03cf82rygq45w729gakdw9r"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -24799,7 +24799,7 @@ (define-public emacs-eldev
|
|||
(string-append "export ELDEV_LOCAL=" site-lisp "\n" all)))))))))
|
||||
(native-inputs
|
||||
(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")
|
||||
(description "Eldev (Elisp Development Tool) is an Emacs-based build tool,
|
||||
targeted solely at Elisp projects. It is an alternative to Cask. Unlike
|
||||
|
|
Loading…
Reference in a new issue