summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/hardware.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 3de60dcf4e..f1f056ef27 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -19,6 +19,7 @@
;;; Copyright © 2023 Foundation Devices, Inc. <[email protected]>
;;; Copyright © 2024 Giacomo Leidi <[email protected]>
;;; Copyright © 2024 Zheng Junjie <[email protected]>
+;;; Copyright © 2024 Jakob Kirsch <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -909,7 +910,7 @@ coolers, fan controllers and other devices.")
(define-public memtest86+
(package
(name "memtest86+")
- (version "6.20")
+ (version "7.20")
(source
(origin
(method git-fetch)
@@ -918,7 +919,7 @@ coolers, fan controllers and other devices.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wsrdgpxi2nrcazihi1ghkn681iqkpwd8wnp533avcfg16n0jd17"))
+ (base32 "0ifly0jbq4xy81mc6k621a8rr0ipjzn7783v2b535s1s55xrz7i5"))
(patches
(search-patches "memtest86+-build-reproducibly.patch"))))
(build-system gnu-build-system)