mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: memtest86+: Update to 6.10.
* gnu/packages/hardware.scm (memtest86+): Update to 6.10.
This commit is contained in:
parent
94fb170bfb
commit
89a1d52821
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue