* [bug#72548] [PATCH] gnu: mg: Update to 20240709.
@ 2024-08-10 0:22 Spencer King
2024-08-10 5:35 ` jgart via Guix-patches via
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Spencer King @ 2024-08-10 0:22 UTC (permalink / raw)
To: 72548; +Cc: Spencer King
* gnu/packages/text-editors.scm (mg): Update to 20240709.
Change-Id: Id21e7ae99c2b9e66344e87bccb6165fa27cb22f1
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index ecccf039f7..43d1b5cce1 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -575,7 +575,7 @@ (define-public e3
(define-public mg
(package
(name "mg")
- (version "20230501")
+ (version "20240709")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -584,7 +584,7 @@ (define-public mg
(file-name (git-file-name name version))
(sha256
(base32
- "15wynij770xv0582vhh9sabypl61hcqcb9i4y2vwn0k4r8dx6j0g"))
+ "02q3976glcih0icqvfz2fxrc723si57q080ba4ali5hw4wwggnk4"))
(modules '((guix build utils)))
(snippet '(begin
(substitute* "GNUmakefile"
base-commit: 20dbf225f332ccc707578263ed710dcf2a8fb78e
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#72548] [PATCH] gnu: mg: Update to 20240709.
2024-08-10 0:22 [bug#72548] [PATCH] gnu: mg: Update to 20240709 Spencer King
@ 2024-08-10 5:35 ` jgart via Guix-patches via
2024-08-11 10:38 ` Christopher Baines
2024-08-11 1:35 ` Spencer King
2024-08-11 10:39 ` bug#72548: " Christopher Baines
2 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2024-08-10 5:35 UTC (permalink / raw)
To: 72548; +Cc: Spencer King
The has I get locally when I refresh the package to version 20240709 is
the following:
1w7jqc44m6yyr42gd424l0lc1hq8vjrdang2jnrgxm6jflp4mzkp
Does anyone know why?
--
all the best,
jgart
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#72548] [PATCH] gnu: mg: Update to 20240709.
2024-08-10 0:22 [bug#72548] [PATCH] gnu: mg: Update to 20240709 Spencer King
2024-08-10 5:35 ` jgart via Guix-patches via
@ 2024-08-11 1:35 ` Spencer King
2024-08-11 10:39 ` bug#72548: " Christopher Baines
2 siblings, 0 replies; 5+ messages in thread
From: Spencer King @ 2024-08-11 1:35 UTC (permalink / raw)
To: 72548
For what it's worth I re-ran the build on my machine and still get the same
hash as in the diff. It looks like the QA builds succeeded as well. However, I
am very interested to know how you get a different hash since I have seen that
behavior with other packages when running CI pipelines on AWS instances and
haven't been able to determine a cause.
Best,
Spencer
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#72548] [PATCH] gnu: mg: Update to 20240709.
2024-08-10 5:35 ` jgart via Guix-patches via
@ 2024-08-11 10:38 ` Christopher Baines
0 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2024-08-11 10:38 UTC (permalink / raw)
To: 72548; +Cc: spencer, jgart
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
jgart via Guix-patches via <guix-patches@gnu.org> writes:
> The has I get locally when I refresh the package to version 20240709 is
> the following:
>
> 1w7jqc44m6yyr42gd424l0lc1hq8vjrdang2jnrgxm6jflp4mzkp
>
> Does anyone know why?
I tried checking this as well and I see
02q3976glcih0icqvfz2fxrc723si57q080ba4ali5hw4wwggnk4 as in the patch.
If you still see a different hash, I'd maybe try using diffoscope to
check what's different.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#72548: [PATCH] gnu: mg: Update to 20240709.
2024-08-10 0:22 [bug#72548] [PATCH] gnu: mg: Update to 20240709 Spencer King
2024-08-10 5:35 ` jgart via Guix-patches via
2024-08-11 1:35 ` Spencer King
@ 2024-08-11 10:39 ` Christopher Baines
2 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2024-08-11 10:39 UTC (permalink / raw)
To: Spencer King; +Cc: 72548-done
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
Spencer King <spencer@nursiapress.com> writes:
> * gnu/packages/text-editors.scm (mg): Update to 20240709.
>
> Change-Id: Id21e7ae99c2b9e66344e87bccb6165fa27cb22f1
> ---
> gnu/packages/text-editors.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, I've pushed this to master as
bf592527bf4c34a4072393d26d90eaa0f7bec710.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-11 10:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 0:22 [bug#72548] [PATCH] gnu: mg: Update to 20240709 Spencer King
2024-08-10 5:35 ` jgart via Guix-patches via
2024-08-11 10:38 ` Christopher Baines
2024-08-11 1:35 ` Spencer King
2024-08-11 10:39 ` bug#72548: " Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).