gnu: memtest86+: Update to 7.20.

* gnu/packages/hardware.scm (memtest86+): Update to 7.20.

Change-Id: If7253f8ccd27cead955133c18b58257ebc4ac7b3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jakob Kirsch 2024-12-25 22:43:47 +01:00 committed by Ludovic Courtès
parent 526b25e09e
commit 1ffe1edb41
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -19,6 +19,7 @@
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com> ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -909,7 +910,7 @@ coolers, fan controllers and other devices.")
(define-public memtest86+ (define-public memtest86+
(package (package
(name "memtest86+") (name "memtest86+")
(version "6.20") (version "7.20")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -918,7 +919,7 @@ coolers, fan controllers and other devices.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1wsrdgpxi2nrcazihi1ghkn681iqkpwd8wnp533avcfg16n0jd17")) (base32 "0ifly0jbq4xy81mc6k621a8rr0ipjzn7783v2b535s1s55xrz7i5"))
(patches (patches
(search-patches "memtest86+-build-reproducibly.patch")))) (search-patches "memtest86+-build-reproducibly.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)