diff options
-rw-r--r-- | gnu/packages/commencement.scm | 6 |
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) |