guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: memtest86+: Update to 6.20.


From: guix-commits
Subject: 03/05: gnu: memtest86+: Update to 6.20.
Date: Fri, 7 Jul 2023 11:45:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07892d8b20b5db0746630dae74373ecf411deb09
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:02 2023 +0200

    gnu: memtest86+: Update to 6.20.
    
    * gnu/packages/hardware.scm (memtest86+): Update to 6.20.
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 17c1556ecd..d4fc0d64a0 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -814,7 +814,7 @@ specific SMBIOS tables.")
 (define-public memtest86+
   (package
     (name "memtest86+")
-    (version "6.10")
+    (version "6.20")
     (source
      (origin
        (method git-fetch)
@@ -823,7 +823,7 @@ specific SMBIOS tables.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1igb648rsmbp0s95790qib6mhdsvbsrpigl91gk7yfkz32bip3bz"))
+        (base32 "1wsrdgpxi2nrcazihi1ghkn681iqkpwd8wnp533avcfg16n0jd17"))
        (patches
         (search-patches "memtest86+-build-reproducibly.patch"))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]