all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74098] [PATCH v2] gnu: emacs-eldev: Update to 1.10.3.
  2024-10-30  3:12 [bug#74098] [PATCH] gnu: emacs-eldev: Update to 1.10.3 Suhail Singh
@ 2024-10-30  3:07 ` Suhail Singh
  2024-11-05  9:33   ` Cayetano Santos via Guix-patches via
  2024-11-06 17:00   ` bug#74098: " Ludovic Courtès
  2024-11-04 13:38 ` [bug#74098] QA review for 74098 Cayetano Santos via Guix-patches via
  1 sibling, 2 replies; 5+ messages in thread
From: Suhail Singh @ 2024-10-30  3:07 UTC (permalink / raw)
  To: 74098; +Cc: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler

* 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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#74098] [PATCH] gnu: emacs-eldev: Update to 1.10.3.
@ 2024-10-30  3:12 Suhail Singh
  2024-10-30  3:07 ` [bug#74098] [PATCH v2] " Suhail Singh
  2024-11-04 13:38 ` [bug#74098] QA review for 74098 Cayetano Santos via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Suhail Singh @ 2024-10-30  3:12 UTC (permalink / raw)
  To: 74098; +Cc: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler


* 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(-)

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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#74098] QA review for 74098
  2024-10-30  3:12 [bug#74098] [PATCH] gnu: emacs-eldev: Update to 1.10.3 Suhail Singh
  2024-10-30  3:07 ` [bug#74098] [PATCH v2] " Suhail Singh
@ 2024-11-04 13:38 ` Cayetano Santos via Guix-patches via
  1 sibling, 0 replies; 5+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-11-04 13:38 UTC (permalink / raw)
  To: control, 74098


user guix
usertag 74098 + waiting-on-contributor
thanks

Guix QA review form submission:

- better update refs from https://github.com/doublep/eldev to
https://github.com/emacs-eldev/eldev

Items marked as checked:

- Commit messages
- Package builds
- Lint warnings
- Package tests
- List dependent packages build




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#74098] [PATCH v2] gnu: emacs-eldev: Update to 1.10.3.
  2024-10-30  3:07 ` [bug#74098] [PATCH v2] " Suhail Singh
@ 2024-11-05  9:33   ` Cayetano Santos via Guix-patches via
  2024-11-06 17:00   ` bug#74098: " Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-11-05  9:33 UTC (permalink / raw)
  To: suhailsingh247, GNU bug tracker automated control server
  Cc: cox.katherine.e+guix, andrew, liliana.prikler, 74098


user guix
usertag 74098 + reviewed-looks-good
thanks




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#74098: [PATCH v2] gnu: emacs-eldev: Update to 1.10.3.
  2024-10-30  3:07 ` [bug#74098] [PATCH v2] " Suhail Singh
  2024-11-05  9:33   ` Cayetano Santos via Guix-patches via
@ 2024-11-06 17:00   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2024-11-06 17:00 UTC (permalink / raw)
  To: Suhail Singh
  Cc: 74098-done, Katherine Cox-Buday, Liliana Marie Prikler,
	Andrew Tropin

"Suhail Singh" <suhailsingh247@gmail.com> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-06 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30  3:12 [bug#74098] [PATCH] gnu: emacs-eldev: Update to 1.10.3 Suhail Singh
2024-10-30  3:07 ` [bug#74098] [PATCH v2] " Suhail Singh
2024-11-05  9:33   ` Cayetano Santos via Guix-patches via
2024-11-06 17:00   ` bug#74098: " Ludovic Courtès
2024-11-04 13:38 ` [bug#74098] QA review for 74098 Cayetano Santos via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.