gnu: memtest86+: Update to 6.01.

* gnu/packages/hardware.scm (memtest86+): Update to 6.01.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-22 01:00:01 +01:00
parent 86a46995e2
commit 488e6f04f3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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