guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: memtester: Update to 4.5.0.


From: guix-commits
Subject: branch master updated: gnu: memtester: Update to 4.5.0.
Date: Thu, 24 Dec 2020 15:43:07 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b6ad608  gnu: memtester: Update to 4.5.0.
b6ad608 is described below

commit b6ad608911185171fba6f5d3aae62896edcda365
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Dec 23 16:27:28 2020 +0100

    gnu: memtester: Update to 4.5.0.
    
    * gnu/packages/hardware.scm (memtester): Update to 4.5.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 b1aaa21..a341887 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -192,7 +192,7 @@ Memtest86+ cannot currently be used on computers booted 
with UEFI.")
 (define-public memtester
   (package
     (name "memtester")
-    (version "4.3.0")
+    (version "4.5.0")
     (source
      (origin
        (method url-fetch)
@@ -200,7 +200,7 @@ Memtest86+ cannot currently be used on computers booted 
with UEFI.")
        (uri (string-append "http://pyropus.ca/software/memtester/old-versions/";
                            "memtester-" version ".tar.gz"))
        (sha256
-        (base32 "127xymmyzb9r6dxqrwd69v7gf8csv8kv7fjvagbglf3wfgyy5pzr"))))
+        (base32 "0dxfwayns3hjjplkxkpkm1409lmjlpi4chcrahcvdbnl0q6jpmcf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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