[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/23: gnu: commencement: hurd-source: Update to latest git.
From: |
guix-commits |
Subject: |
08/23: gnu: commencement: hurd-source: Update to latest git. |
Date: |
Thu, 26 Mar 2020 05:45:45 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 69082c54ce62f5bc91fdabd64aee0b9f11cc8b9d
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Tue Mar 3 00:00:53 2020 -0500
gnu: commencement: hurd-source: Update to latest git.
* gnu/packages/commencement.scm (hurd-source-version): Update to
0.9-229-ga1efcee8.
(hurd-source-boot0): Update url to updated lilypond tarball.
---
gnu/packages/commencement.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 446e326..342b2a3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3055,17 +3055,17 @@ exec " gcc "/bin/" program
(assoc-ref %build-inputs "flex")
"/lib/")))))))
(with-boot0 mig)))
-(define hurd-version-boot0 "0.9")
+(define hurd-version-boot0 "0.9-229-ga1efcee8")
(define hurd-source-boot0
(let ((version hurd-version-boot0))
(bootstrap-origin
(origin
(method url-fetch)
- (uri (string-append "mirror://gnu/hurd/hurd-"
- version ".tar.gz"))
+ (uri (string-append "https://lilypond.org/janneke/hurd/";
+ "hurd-v" version ".tar.gz"))
(sha256
(base32
- "1nw9gly0n7pyv3cpfm4mmxy4yccrx4g0lyrvd3vk2vil26jpbggw"))))))
+ "0bq2q2jisxcy0kgcm6rz0z2fddwxxm7azsama7li28a2m08kdpzy"))))))
(define hurd-headers-boot0
(let ((hurd-headers (package (inherit hurd-headers)
- branch wip-hurd created (now bbbd446), guix-commits, 2020/03/26
- 03/23: gnu: make: Support for the Hurd., guix-commits, 2020/03/26
- 06/23: gnu: commencement: hurd-minimal-boot0: Build from tarball., guix-commits, 2020/03/26
- 08/23: gnu: commencement: hurd-source: Update to latest git.,
guix-commits <=
- 10/23: gnu: commencement: glibc-final: Allow gnumach-headers references., guix-commits, 2020/03/26
- 04/23: gnu: commencement: gnumach-headers-boot0: Build from tarball., guix-commits, 2020/03/26
- 05/23: gnu: commencement: hurd-headers-boot0: Build from tarball., guix-commits, 2020/03/26
- 02/23: gnu: java-jansi-native: Compile fix for the Hurd., guix-commits, 2020/03/26
- 01/23: gnu: bootstrap: Add support for the Hurd., guix-commits, 2020/03/26
- 07/23: gnu: commencement: glibc-intermediate: Build fixes for the Hurd., guix-commits, 2020/03/26
- 09/23: gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508., guix-commits, 2020/03/26
- 12/23: daemon: Do not use clone on the Hurd., guix-commits, 2020/03/26
- 13/23: daemon: Avoid kill -1 bug on the Hurd., guix-commits, 2020/03/26
- 16/23: gnu: shadow: Add linux-pam dependency for the Hurd., guix-commits, 2020/03/26