gnu: memtest86+: Update to 6.10.

* gnu/packages/hardware.scm (memtest86+): Update to 6.10.
This commit is contained in:
Tobias Geerinckx-Rice 2023-02-12 01:00:00 +01:00
parent 94fb170bfb
commit 89a1d52821
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -824,7 +824,7 @@ (define-public libsmbios
(define-public memtest86+
(package
(name "memtest86+")
(version "6.01")
(version "6.10")
(source
(origin
(method git-fetch)
@ -833,7 +833,7 @@ (define-public memtest86+
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1axf8y3nppyskcysypqpkjl0sxz39f1x0v4syplx35qj3y2kq1h4"))
(base32 "1igb648rsmbp0s95790qib6mhdsvbsrpigl91gk7yfkz32bip3bz"))
(patches
(search-patches "memtest86+-build-reproducibly.patch"))))
(build-system gnu-build-system)