mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: memtest86+: Update to 6.01.
* gnu/packages/hardware.scm (memtest86+): Update to 6.01.
This commit is contained in:
parent
86a46995e2
commit
488e6f04f3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue