[PATCH] gnu: mg: Update to 20240709.

  • Done
  • quality assurance status badge
Details
3 participants
  • jgart
  • Christopher Baines
  • Spencer King
Owner
unassigned
Submitted by
Spencer King
Severity
normal

Debbugs page

Spencer King wrote 7 months ago
(address . guix-patches@gnu.org)(name . Spencer King)(address . spencer@nursiapress.com)
d2e359e46e20d347531379b7db144453f3259ff6.1723249338.git.spencer@nursiapress.com
* 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(-)

Toggle diff (26 lines)
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
jgart wrote 7 months ago
(address . 72548@debbugs.gnu.org)(name . Spencer King)(address . spencer@nursiapress.com)
87msllos8k.fsf@dismail.de
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
Spencer King wrote 7 months ago
[PATCH] gnu: mg: Update to 20240709.
(address . 72548@debbugs.gnu.org)
12492312.O9o76ZdvQC@localhost.localdomain
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
Christopher Baines wrote 7 months ago
(name . jgart via Guix-patches via)(address . guix-patches@gnu.org)(name . Spencer King)(address . spencer@nursiapress.com)(address . 72548@debbugs.gnu.org)(name . jgart)(address . jgart@dismail.de)
87plqfxs23.fsf@cbaines.net
jgart via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (7 lines)
> 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.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma4lLRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf8+g/+Pae/GqK17B0hAgYhGssI7HFluF8heT8J
TZkxOAGM3ytiIyx/jTBVjVqTVqkj5jGY9nSZ/1XhPAosbbn7Z7nwR6CzsvYSXf0l
/YNxOnOPUqgIdIZec25Kst46WLhZVjsk93PelvsWI+m1Os3DoaGpl+sSU7LQeVzE
BrXmlRFEPyECWpWHvCz3+0LvV4CWZL9rGdd5HNh5i6UiftpdFS4Hk33aadab0KE+
zAExq6WyYZXmYGSQU+8WOtKcH7uqZMX//S+iWSKbOMzay30fRuppX1m0751/KAU3
gwStiy758hN64VfD74z7q1XLic2sb13UKVao3iLEoCcEBhhq5DMCRXW5iMqFVFmb
4P4nWTJ6QOdoCTXdwdOj3htKBejPleMfvMNYhEdYmkb68HHQi+1WQqZGI+2kCCyN
zn8SNR80V60O1O5sJqw99IwKjhiaPDF67Q2gLFQbAjHPAyhxZd1J56ysPFG7oUYr
3YGtWBDbMzOj++98aXroTUS9kFCFCMP3xcF8miTpUUWOus2cThEI/ajg9LlWK/s/
IMkRIWwvadPe/SKduG4p1+77oCWlOrxdlY4aUF0yFUqm/12D2380x42d/qziVx9q
WTFF9MauaYw2jQjIKW8gCnoaaXFKSpbXRzzEylIaWw/iyK5CtRE5LbCnCnszJBcB
nx1Z9vpNLZA=
=QM/Y
-----END PGP SIGNATURE-----

Christopher Baines wrote 7 months ago
(name . Spencer King)(address . spencer@nursiapress.com)(address . 72548-done@debbugs.gnu.org)
87le13xs1g.fsf@cbaines.net
Spencer King <spencer@nursiapress.com> writes:

Toggle quote (7 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma4lMtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcxzQ/9EfoW4GJXLAkVAu2jzWkUbeMMylHvzoy3
Mp3HhMMKfWS7GrO24U60WYV3KBys8YsC2723GcqS5GzKwTmv4qIcIFAbz9/HBvx0
ACo2kWBFRDtg3keeermHyvRdV5ob7kkZR4L354dh8EsjoFu72L6hc8DT9/NA6pmL
5nlQdenYWuAjB4nlUsbFH9NPspY7qVaAUU0VuWygavD289Snnb5KXAFomPnygf3K
Zy34OgWyUBy4SEmIuS6t2EG1QeVodYeHaNQPOHIkeenkLijd99IZULGUfxKaxgct
uTJw6eLk0bAglFfm3jWQX3Oj940iDG/rB8Ds0mvtyE9rKwJw3MnPzBGq55mRyT8a
D0riVFXXCS7I+DmPYNEuiRk1F1jLE+NUhZ0bnGSiamC8kvkk6iZDjsb4ULg5mSPN
GspdABiNn5fFjVD8ENCG0o0V3MKw5A1TWX37pa++uinlaqT62VKTTJhwqDIK3Bf1
hLDIPzc9j+Pk5X2aaZA0Y0N1246duj5vIJ4DY0hbD0JzF5dFJHvSm8B+GA8CghEB
oosakt88qrBNtxcEPLuUZlZlG53VTGOSbbefeLq5lYccENT0Kv+BNLfBg6h1J+cO
t7OPJoeJtx/MgwhBJcWdh3hnBRRjeZ3btygzQh2io84x7LsNL2sNOSLIBo5SOUwg
TNXRvaR+JcA=
=R2Il
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72548
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help