[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/51: gnu: mig: Update to 1.8+git20231217.
From: |
guix-commits |
Subject: |
02/51: gnu: mig: Update to 1.8+git20231217. |
Date: |
Mon, 18 Nov 2024 18:49:06 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 5173e555533cca3818f3e8a7b818185ab72f9e32
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Nov 9 22:06:22 2024 +0100
gnu: mig: Update to 1.8+git20231217.
* gnu/packages/hurd.scm (mig): Update to 1.8+git20231217.
Change-Id: I0e531ecc7fdcfbefe2e0e24d7b2fb5e0fe8a3ae2
---
gnu/packages/hurd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index a22d0cadce..28f39cc448 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -92,7 +92,7 @@
(define-public mig
(package
(name "mig")
- (version "1.8+git20230520")
+ (version "1.8+git20231217")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -101,7 +101,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "10r0fdjqjzqsy6ajb21rifvhw0wpjvrw6a1zdyliqlzqny5k0qlz"))))
+ "1mx7w5vzw5ws0zplm1y6s679jb1g2hjkiwl3dlk5lxys0dxs5g4g"))))
(build-system gnu-build-system)
;; Flex is needed both at build and run time.
(inputs (list gnumach-headers flex))
- 41/51: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., (continued)
- 41/51: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/11/18
- 45/51: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/11/18
- 44/51: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0., guix-commits, 2024/11/18
- 09/51: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 22/51: gnu: libssh: Fix [cross-]build with gcc-14 for 32bit., guix-commits, 2024/11/18
- 31/51: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/18
- 42/51: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/11/18
- 49/51: system: examples: Add bare-hurd64.tmpl., guix-commits, 2024/11/18
- 50/51: system: examples: Add devel-hurd64.tmpl., guix-commits, 2024/11/18
- 51/51: gnu: Use gcc-14, gcc-toolchain-14 on the 64bit Hurd., guix-commits, 2024/11/18
- 02/51: gnu: mig: Update to 1.8+git20231217.,
guix-commits <=
- 10/51: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/18
- 16/51: gnu: libffi: Fix [cross-]build with gcc-14., guix-commits, 2024/11/18
- 18/51: gnu: texinfo-4: Fix [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/11/18
- 20/51: gnu: netdde: Fix build with gcc-14., guix-commits, 2024/11/18
- 24/51: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd., guix-commits, 2024/11/18
- 26/51: DRAFT gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd., guix-commits, 2024/11/18
- 27/51: system: image: Add hurd64 image types., guix-commits, 2024/11/18
- 28/51: gnu: libgpg-error: Support the 64bit Hurd., guix-commits, 2024/11/18
- 29/51: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/18
- 30/51: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/18