mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: memtester: Update to 4.5.0.
* gnu/packages/hardware.scm (memtester): Update to 4.5.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
9325171df4
commit
b6ad608911
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ (define-public memtest86+
|
|||
(define-public memtester
|
||||
(package
|
||||
(name "memtester")
|
||||
(version "4.3.0")
|
||||
(version "4.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -200,7 +200,7 @@ (define-public memtester
|
|||
(uri (string-append "http://pyropus.ca/software/memtester/old-versions/"
|
||||
"memtester-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "127xymmyzb9r6dxqrwd69v7gf8csv8kv7fjvagbglf3wfgyy5pzr"))))
|
||||
(base32 "0dxfwayns3hjjplkxkpkm1409lmjlpi4chcrahcvdbnl0q6jpmcf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue