guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f423f2586d84ccf500a367135f2ca9e7423480c6
Author: Yelninei <[email protected]>
AuthorDate: Fri Oct 31 06:37:08 2025 +0000

    gnu: hurd: Update to 0.9.git20251029.
    
    * gnu/packages/commencement.scm (hurd-headers-boot0): Update to
    0.9.git20251029.
    * gnu/packages/hurd.scm (hurd-headers): Same.
    [#:configure-flags]: Disable check for mach_port_set_ktype.
    
    Change-Id: Ic6c98a679c32de3493b058a54d15691aa3397194
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/commencement.scm | 4 ++--
 gnu/packages/hurd.scm         | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 4924f3765c..852fa2d9ad 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2787,7 +2787,7 @@ memoized as a function of '%current-system'."
    (package
      (inherit hurd-headers)
      (name "hurd-headers-boot0")
-     (version "0.9.git20250801")
+     (version "0.9.git20251029")
      (source
       (origin
         (inherit (package-source hurd-headers))
@@ -2800,7 +2800,7 @@ memoized as a function of '%current-system'."
                   "hurd-" version ".tar.gz"))
             (sha256
              (base32
-              "153pb6spa8dzrkl863d9y1nja4yqa3wr9g4c3gb5jrmzqf6vpj79")))))))
+              "0pjxh4qln8m7jznqlzsz81vi38chjv64jj9824dj7wkm36gxbn3a")))))))
      (native-inputs
       (list autoconf-boot0 automake-boot0 mig-boot0))
      (inputs '()))))
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index b901795340..20bbc6c14e 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -133,7 +133,7 @@ communication.")
 
 (define-public hurd-headers
   (let ((revision "5")
-        (commit "v0.9.git20250801"))
+        (commit "v0.9.git20251029"))
     (package
       (name "hurd-headers")
       (version (string-drop commit 1))
@@ -144,7 +144,7 @@ communication.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0k15zmrwdbmm62m0vy8pnkx18pyh2pj23gbrhrki37gkv73mijk9"))
+                  "09pi6ci375ivbjvxlgdqp6vpm47arfvlh325sr2a5dmwxhs9pnp9"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (native-inputs
@@ -180,6 +180,7 @@ communication.")
                              "ac_cv_func_exec_exec_paths=no"
                              "ac_cv_func__hurd_exec_paths=no"
                              "ac_cv_func__hurd_libc_proc_init=no"
+                             "ac_cv_func_mach_port_set_ktype=no"
                              "ac_cv_func_file_futimens=no"
                              "ac_cv_func_file_utimens=no"
                              "ac_cv_lib_acpica_acpi_init=no")

Reply via email to