[PATCH] gnu: emacs-eldev: Update to 1.10.3.

  • Done
  • quality assurance status badge
Details
4 participants
  • Cayetano Santos
  • Ludovic Courtès
  • Nicolas Graves
  • Suhail Singh
Owner
unassigned
Submitted by
Suhail Singh
Severity
normal
S
S
Suhail Singh wrote on 30 Oct 04:12 +0100
(name . Guix-patches mailing list)(address . guix-patches@gnu.org)
2e6226c2ad3b7903eb4f1adfc5bd21eba2a8256b.1730257673.git.suhail@bayesians.ca
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10.3.

Change-Id: I5bcf362dbe035cacff2b35b29ebb281a2a85318c
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 488b4cb5d7..1bb95249f0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24757,7 +24757,7 @@ (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)
@@ -24766,7 +24766,7 @@ (define-public emacs-eldev
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1qir0wagqb8yhmkb12zzadl146w952p3q92bpffd0hq0y6gcp2n5"))))
+ (base32 "0ha2ppxqp36m26nv6lyspq6m6xvvr03cf82rygq45w729gakdw9r"))))
(build-system emacs-build-system)
(arguments
(list

base-commit: a9c33e9f688fce88aed610ab04c650efb71b4ce6
--
2.47.0
N
N
Nicolas Graves wrote on 3 Nov 21:56 +0100
tag 74098 easy
(address . control@debbugs.gnu.org)
877c9kxcie.fsf@ngraves.fr
tags 74098 + easy
quit

--
Best regards,
Nicolas Graves
C
S
S
Suhail Singh wrote on 30 Oct 04:07 +0100
[PATCH v2] gnu: emacs-eldev: Update to 1.10.3.
(address . 74098@debbugs.gnu.org)
f2f49775fe1e1b5379d401e689543698945f95fe.1730735933.git.suhail@bayesians.ca
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10.3 and update URLs
as requested during review.

Change-Id: I5bcf362dbe035cacff2b35b29ebb281a2a85318c
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 488b4cb5d7..a7195a14ed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

base-commit: a9c33e9f688fce88aed610ab04c650efb71b4ce6
C
C
Cayetano Santos wrote on 5 Nov 10:33 +0100
87fro69ga8.fsf@inventati.org
user guix
usertag 74098 + reviewed-looks-good
thanks
L
L
Ludovic Courtès wrote on 6 Nov 18:00 +0100
(name . Suhail Singh)(address . suhailsingh247@gmail.com)
87wmhguwkn.fsf@gnu.org
"Suhail Singh" <suhailsingh247@gmail.com> skribis:

Toggle quote (5 lines)
> * gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10.3 and update URLs
> as requested during review.
>
> Change-Id: I5bcf362dbe035cacff2b35b29ebb281a2a85318c

Applied, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74098@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74098
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch