GNU bug report logs -
#48440
[PATCH] gnu: guix: Update to 97d615b.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sat, 15 May 2021 13:29:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#48440: [PATCH] gnu: guix: Update to 97d615b.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 48440 <at> debbugs.gnu.org.
--
48440: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48440
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Hi,
>>
>> Christopher Baines <mail <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 3 years and 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.