GNU bug report logs - #74098
[PATCH] gnu: emacs-eldev: Update to 1.10.3.

Previous Next

Package: guix-patches;

Reported by: "Suhail Singh" <suhailsingh247 <at> gmail.com>

Date: Wed, 30 Oct 2024 03:13:02 UTC

Severity: normal

Tags: easy, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Suhail Singh" <suhailsingh247 <at> gmail.com>
To: 74098 <at> debbugs.gnu.org
Cc: Andrew Tropin <andrew <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#74098] [PATCH v2] gnu: emacs-eldev: Update to 1.10.3.
Date: Tue, 29 Oct 2024 23:07:02 -0400
* 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(-)

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




This bug report was last modified 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.