summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-01-22 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-01-29 01:00:00 +0100
commit488e6f04f375c1689a84c52d7118f3e4bbe84fec (patch)
tree8f5b3d73625c704cf15965b02cd1e7b65b43a18f /gnu/packages
parent86a46995e2a9f15c5377d041853b3e67fcf57b3d (diff)
gnu: memtest86+: Update to 6.01.
* gnu/packages/hardware.scm (memtest86+): Update to 6.01.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/hardware.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 81f38d069b2..28a150969d8 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -824,7 +824,7 @@ specific SMBIOS tables.")
824(define-public memtest86+ 824(define-public memtest86+
825 (package 825 (package
826 (name "memtest86+") 826 (name "memtest86+")
827 (version "6.00") 827 (version "6.01")
828 (source 828 (source
829 (origin 829 (origin
830 (method git-fetch) 830 (method git-fetch)
@@ -833,7 +833,7 @@ specific SMBIOS tables.")
833 (commit (string-append "v" version)))) 833 (commit (string-append "v" version))))
834 (file-name (git-file-name name version)) 834 (file-name (git-file-name name version))
835 (sha256 835 (sha256
836 (base32 "0fv605blaf4z0jyl1wp37x5x014dkp0z0a0fh114ws62fhnhdnlv")) 836 (base32 "1axf8y3nppyskcysypqpkjl0sxz39f1x0v4syplx35qj3y2kq1h4"))
837 (patches 837 (patches
838 (search-patches "memtest86+-build-reproducibly.patch")))) 838 (search-patches "memtest86+-build-reproducibly.patch"))))
839 (build-system gnu-build-system) 839 (build-system gnu-build-system)