diff options
author | Jakob Kirsch <[email protected]> | 2024-12-25 22:43:47 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2025-01-19 00:39:18 +0100 |
commit | 1ffe1edb41a4475e677a600562a03e9e5a85a8ae (patch) | |
tree | 203028e6fdd8cb58e183b5c550d80d7ab619eb33 | |
parent | 526b25e09e00709655c164e619ea64d1db3d8537 (diff) |
gnu: memtest86+: Update to 7.20.
* gnu/packages/hardware.scm (memtest86+): Update to 7.20.
Change-Id: If7253f8ccd27cead955133c18b58257ebc4ac7b3
Signed-off-by: Ludovic Courtès <[email protected]>
-rw-r--r-- | gnu/packages/hardware.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 3de60dcf4e..f1f056ef27 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2023 Foundation Devices, Inc. <[email protected]> ;;; Copyright © 2024 Giacomo Leidi <[email protected]> ;;; Copyright © 2024 Zheng Junjie <[email protected]> +;;; Copyright © 2024 Jakob Kirsch <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -909,7 +910,7 @@ coolers, fan controllers and other devices.") (define-public memtest86+ (package (name "memtest86+") - (version "6.20") + (version "7.20") (source (origin (method git-fetch) @@ -918,7 +919,7 @@ coolers, fan controllers and other devices.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wsrdgpxi2nrcazihi1ghkn681iqkpwd8wnp533avcfg16n0jd17")) + (base32 "0ifly0jbq4xy81mc6k621a8rr0ipjzn7783v2b535s1s55xrz7i5")) (patches (search-patches "memtest86+-build-reproducibly.patch")))) (build-system gnu-build-system) |