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+ (define-public memtest86+
(package (package
(name "memtest86+") (name "memtest86+")
(version "6.01") (version "6.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -833,7 +833,7 @@ (define-public memtest86+
(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 "1axf8y3nppyskcysypqpkjl0sxz39f1x0v4syplx35qj3y2kq1h4")) (base32 "1igb648rsmbp0s95790qib6mhdsvbsrpigl91gk7yfkz32bip3bz"))
(patches (patches
(search-patches "memtest86+-build-reproducibly.patch")))) (search-patches "memtest86+-build-reproducibly.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)