summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <[email protected]>2024-01-22 11:22:52 +0100
committerLudovic Courtès <[email protected]>2024-08-31 10:44:42 +0200
commita77d081f92a02ea35717ed2f33eec5339195f1b5 (patch)
tree49f681d13ec3762a519d7c5138c65a1927ed843b
parent9c1266bdc47cc802a94ecded7cfaf5ecd3031548 (diff)
gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20230410.
* gnu/packages/commencement.scm (gnumach-headers-boot0): Update to 1.8+git20230410. Change-Id: I4658c089e4c4be34a4e4e540d90a64dd1717fdff
-rw-r--r--gnu/packages/commencement.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 5b120915f2..7f8f5adc97 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2014, 2015, 2017 Mark H Weaver <[email protected]>
;;; Copyright © 2017, 2018, 2019, 2021, 2022 Efraim Flashner <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2019-2022 Marius Bakke <[email protected]>
;;; Copyright © 2020, 2022 Timothy Sample <[email protected]>
;;; Copyright © 2020 Guy Fleury Iteriteka <[email protected]>
@@ -2605,7 +2605,7 @@ memoized as a function of '%current-system'."
(package
(inherit gnumach-headers)
(name "gnumach-headers-boot0")
- (version "1.8+git20221224")
+ (version "1.8+git20230410")
(source
(origin
(inherit (package-source gnumach-headers))
@@ -2618,7 +2618,7 @@ memoized as a function of '%current-system'."
"gnumach-" version ".tar.gz"))
(sha256
(base32
- "0vb19ynvrxz302snqxkd0wgizwa5fw2x06a4zjsllqb9ijbq9mc8")))))))
+ "1s09256g2ny46idrn8frzs7r51la9ni45bmglmswlsmz9ii7dpi4")))))))
(native-inputs (list autoconf-boot0 automake-boot0 texinfo-boot0))
(arguments
(substitute-keyword-arguments (package-arguments gnumach-headers)