summaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:07 +0200
commit07892d8b20b5db0746630dae74373ecf411deb09 (patch)
treeffa47eb9ffa5ebad1c3f6bcdad03578419526de1 /gnu/packages/hardware.scm
parentadf097908c204ded0c7847f1061c486b92d7d0e1 (diff)
gnu: memtest86+: Update to 6.20.
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
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 17c1556ecd5..d4fc0d64a0e 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -814,7 +814,7 @@ specific SMBIOS tables.")
814(define-public memtest86+ 814(define-public memtest86+
815 (package 815 (package
816 (name "memtest86+") 816 (name "memtest86+")
817 (version "6.10") 817 (version "6.20")
818 (source 818 (source
819 (origin 819 (origin
820 (method git-fetch) 820 (method git-fetch)
@@ -823,7 +823,7 @@ specific SMBIOS tables.")
823 (commit (string-append "v" version)))) 823 (commit (string-append "v" version))))
824 (file-name (git-file-name name version)) 824 (file-name (git-file-name name version))
825 (sha256 825 (sha256
826 (base32 "1igb648rsmbp0s95790qib6mhdsvbsrpigl91gk7yfkz32bip3bz")) 826 (base32 "1wsrdgpxi2nrcazihi1ghkn681iqkpwd8wnp533avcfg16n0jd17"))
827 (patches 827 (patches
828 (search-patches "memtest86+-build-reproducibly.patch")))) 828 (search-patches "memtest86+-build-reproducibly.patch"))))
829 (build-system gnu-build-system) 829 (build-system gnu-build-system)