aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/commencement.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 1cfaaae1e7..2f805b3e63 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2635,7 +2635,7 @@ memoized as a function of '%current-system'."
(package
(inherit gnumach-headers)
(name "gnumach-headers-boot0")
- (version "1.8+git20230410")
+ (version "1.8+git20240714")
(source
(origin
(inherit (package-source gnumach-headers))
@@ -2649,7 +2649,7 @@ memoized as a function of '%current-system'."
"gnumach-" version ".tar.gz"))
(sha256
(base32
- "1s09256g2ny46idrn8frzs7r51la9ni45bmglmswlsmz9ii7dpi4")))))))
+ "1bnw5vdbq91zjxklx23qvim40fb0yw1qdxhn9n37jdfypm6q3xir")))))))
(native-inputs (list autoconf-boot0 automake-boot0 texinfo-boot0))
(arguments
(substitute-keyword-arguments (package-arguments gnumach-headers)
:34:45 -0400'>2024-06-24gnu: fio: Update to 3.37....* gnu/packages/benchmark.scm (fio): Update to 3.37. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vincent Legoll 2024-05-31gnu: intel-mpi-benchmarks: Update to 2021.7....This fixes compilation with glibc 2.39. * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.7. Change-Id: I4fc32f4ff78ec104485dd5966cdf2d44942f0349 Ludovic Courtès 2023-11-19gnu: fio: Update to 3.36....* gnu/packages/benchmark.scm (fio): Update to 3.36. Change-Id: I2a58cf03e51ff9ecbea3cd540bb2dde40b6bac1c Tobias Geerinckx-Rice 2023-11-15gnu: intel-mpi-benchmarks: Update to 2021.3....* gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.3. Ludovic Courtès 2023-10-04gnu: phoronix-test-suite: Do not propagate gcc-toolchain....* gnu/packages/benchmark.scm (gcc-toolchain*): Replace gcc-toolchain-12 reference with gcc-toolchain. * gnu/packages/benchmark.scm (phoronix-test-suite): Augment wrap-binary phase with GCC variables. [propagated-inputs]: Delete field, moving gcc-toolchain to... [inputs]: ... here. [search-paths]: New field. Maxim Cournoyer 2023-06-01gnu: fio: Update to 3.35....* gnu/packages/benchmark.scm (fio): Update to 3.35. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan 2023-04-30gnu: sysbench: Build with mariadb....* gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev. Efraim Flashner 2023-04-21gnu: sysbench: Remove fix-docbook phase....* gnu/packages/benchmark.scm (sysbench) [arguments]: Remove the fix-docbook phase. Maxim Cournoyer 2023-04-21gnu: sysbench: Fix test suite....* gnu/packages/benchmark.scm (sysbench) [arguments]: Patch egrep in the patch-test-runner phase. Maxim Cournoyer 2023-03-31Merge branch 'master' into stagingMaxim Cournoyer 2023-03-31gnu: python-locust: Update to 2.15.1....* gnu/packages/benchmark.scm (python-locust): Update to 2.15.1. [arguments]: Delete relax-requirements phase. Add increase-resource-limits. Update check phase. [propagated-inputs]: Remove python-jinja2. Maxim Cournoyer 2023-03-30services: base: Deprecate 'pam-limits-service' procedure....* doc/guix.texi (Base Services): Replace pam-limits-service with pam-limits-service-type. * gnu/packages/benchmark.scm (python-locust)[description]: Update index anchor to manual. * gnu/services/base.scm (pam-limits-service-type): Set default value. (pam-limits-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2023-01-08gnu: Add vkmark....* gnu/packages/benchmark.scm (vkmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tomasz Jeneralczyk 2022-12-11gnu: fio: Update to 3.33....* gnu/packages/benchmark.scm (fio): Update to 3.33. Tobias Geerinckx-Rice 2022-10-22gnu: fio: Update to 3.32....* gnu/packages/benchmark.scm (fio): Update to 3.32. Signed-off-by: Christopher Baines <mail@cbaines.net> Greg Hogan