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:
Suhail Singh 2024-10-29 23:07:02 -04:00 committed by Ludovic Courtès
parent 280aa6b57d
commit 9c848c89ce
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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