aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:28 +0100
commit89a1d52821c1d8f7accb812ca371738fab577227 (patch)
tree785cb88d4b377b3b0abe393208d9900133b1fcd1 /gnu/packages/hardware.scm
parent94fb170bfbb84062509dd3f04a39075a3fe292a9 (diff)
downloadguix-89a1d52821c1d8f7accb812ca371738fab577227.tar
guix-89a1d52821c1d8f7accb812ca371738fab577227.tar.gz
gnu: memtest86+: Update to 6.10.
* gnu/packages/hardware.scm (memtest86+): Update to 6.10.
Diffstat (limited to 'gnu/packages/hardware.scm')
-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 0b78436017..c00a6e2d91 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -824,7 +824,7 @@ specific SMBIOS tables.")
(define-public memtest86+
(package
(name "memtest86+")
- (version "6.01")
+ (version "6.10")
(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 "1axf8y3nppyskcysypqpkjl0sxz39f1x0v4syplx35qj3y2kq1h4"))
+ (base32 "1igb648rsmbp0s95790qib6mhdsvbsrpigl91gk7yfkz32bip3bz"))
(patches
(search-patches "memtest86+-build-reproducibly.patch"))))
(build-system gnu-build-system)