unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48440] [PATCH] gnu: guix: Update to 97d615b.
@ 2021-05-15 13:28 Christopher Baines
  2021-05-19 20:51 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2021-05-15 13:28 UTC (permalink / raw)
  To: 48440

* gnu/packages/package-management.scm (guix): Update to 97d615b.
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index c72c2211b3..db8f87765b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -132,8 +132,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "771b866c55e5f992df60f6c32f5fdd78b64e17f6")
-        (revision 1))
+        (commit "97d615b1761c2054561057f6b56e2a0caed13aa4")
+        (revision 2))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0w8w05w6v3lc6478vfw67jzn0hbd9nsncpx9i9ch1lck53r8vs44"))
+                  "1v8k7i897xc8kiyyxk5bc4rs37askq3ccdsmva0sjm7px6a2lzmz"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments
-- 
2.30.1





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

* [bug#48440] [PATCH] gnu: guix: Update to 97d615b.
  2021-05-15 13:28 [bug#48440] [PATCH] gnu: guix: Update to 97d615b Christopher Baines
@ 2021-05-19 20:51 ` Ludovic Courtès
  2021-05-19 23:04   ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2021-05-19 20:51 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 48440

Hi,

Christopher Baines <mail@cbaines.net> skribis:

> * gnu/packages/package-management.scm (guix): Update to 97d615b.

In general LGTM if you’ve checked that it builds fine :-) and that
‘./pre-inst-env guix build -S guix --check’ passes (to avoid mistakes
such as wrong hash).

Out of curiosity, what was the motivation?

Thanks,
Ludo’.




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

* [bug#48440] [PATCH] gnu: guix: Update to 97d615b.
  2021-05-19 20:51 ` Ludovic Courtès
@ 2021-05-19 23:04   ` Christopher Baines
  2021-05-22  8:33     ` bug#48440: " Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2021-05-19 23:04 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 48440

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> * gnu/packages/package-management.scm (guix): Update to 97d615b.
>
> In general LGTM if you’ve checked that it builds fine :-) and that
> ‘./pre-inst-env guix build -S guix --check’ passes (to avoid mistakes
> such as wrong hash).
>
> Out of curiosity, what was the motivation?

I want the guix package to include the inferior package replacement
change [1], so that I can start using it in the Guix Data Service.

1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=97d615b1761c2054561057f6b56e2a0caed13aa4

I filed the patch because I couldn't get it to build locally, and I was
wondering if it was something specific to my machine. I think this was a
bad theory though, I'm guessing something has broken with the challenge
test so that it just hangs.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* bug#48440: [PATCH] gnu: guix: Update to 97d615b.
  2021-05-19 23:04   ` Christopher Baines
@ 2021-05-22  8:33     ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2021-05-22  8:33 UTC (permalink / raw)
  To: Christopher Baines; +Cc: Ludovic Courtès, 48440-close

[-- Attachment #1: Type: text/plain, Size: 1313 bytes --]


Christopher Baines <mail@cbaines.net> writes:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hi,
>>
>> Christopher Baines <mail@cbaines.net> skribis:
>>
>>> * gnu/packages/package-management.scm (guix): Update to 97d615b.
>>
>> In general LGTM if you’ve checked that it builds fine :-) and that
>> ‘./pre-inst-env guix build -S guix --check’ passes (to avoid mistakes
>> such as wrong hash).
>>
>> Out of curiosity, what was the motivation?
>
> I want the guix package to include the inferior package replacement
> change [1], so that I can start using it in the Guix Data Service.
>
> 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=97d615b1761c2054561057f6b56e2a0caed13aa4
>
> I filed the patch because I couldn't get it to build locally, and I was
> wondering if it was something specific to my machine. I think this was a
> bad theory though, I'm guessing something has broken with the challenge
> test so that it just hangs.

I'm guessing this broken test was fixed just after I sent this email (in
[2]), so I've gone ahead and updated the Guix package now [3].

2: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=0471024acce5f760ac147326c06343c9c68ad3d1
3: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fbabf0bec61c88755d6dd238717a356ca3a20b80

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2021-05-22  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 13:28 [bug#48440] [PATCH] gnu: guix: Update to 97d615b Christopher Baines
2021-05-19 20:51 ` Ludovic Courtès
2021-05-19 23:04   ` Christopher Baines
2021-05-22  8:33     ` bug#48440: " 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).