gnu: memtest86+: Update to 6.20.
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
This commit is contained in:
parent
adf097908c
commit
07892d8b20
1 changed files with 2 additions and 2 deletions
|
@ -814,7 +814,7 @@ specific SMBIOS tables.")
|
||||||
(define-public memtest86+
|
(define-public memtest86+
|
||||||
(package
|
(package
|
||||||
(name "memtest86+")
|
(name "memtest86+")
|
||||||
(version "6.10")
|
(version "6.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -823,7 +823,7 @@ specific SMBIOS tables.")
|
||||||
(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 "1igb648rsmbp0s95790qib6mhdsvbsrpigl91gk7yfkz32bip3bz"))
|
(base32 "1wsrdgpxi2nrcazihi1ghkn681iqkpwd8wnp533avcfg16n0jd17"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "memtest86+-build-reproducibly.patch"))))
|
(search-patches "memtest86+-build-reproducibly.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue