guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: memtest86+: Update to 6.10.


From: guix-commits
Subject: 06/07: gnu: memtest86+: Update to 6.10.
Date: Fri, 17 Feb 2023 20:45:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 89a1d52821c1d8f7accb812ca371738fab577227
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 12 01:00:00 2023 +0100

    gnu: memtest86+: Update to 6.10.
    
    * gnu/packages/hardware.scm (memtest86+): Update to 6.10.
---
 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 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)



reply via email to

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