all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45395] [PATCH] gnu: memtester: Update to 4.5.0.
@ 2020-12-23 15:27 Vincent Legoll
  2020-12-24 20:43 ` bug#45395: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-23 15:27 UTC (permalink / raw)
  To: 45395; +Cc: Vincent Legoll

* gnu/packages/hardware.scm (memtester): Update to 4.5.0.
---
 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 b1aaa21980..a3418878e7 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
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45395: [PATCH] gnu: memtester: Update to 4.5.0.
  2020-12-23 15:27 [bug#45395] [PATCH] gnu: memtester: Update to 4.5.0 Vincent Legoll
@ 2020-12-24 20:43 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-24 20:43 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45395-done

On Wed, Dec 23, 2020 at 04:27:28PM +0100, Vincent Legoll wrote:
> * gnu/packages/hardware.scm (memtester): Update to 4.5.0.

Thanks! Pushed as b6ad608911185171fba6f5d3aae62896edcda365




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-24 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 15:27 [bug#45395] [PATCH] gnu: memtester: Update to 4.5.0 Vincent Legoll
2020-12-24 20:43 ` bug#45395: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.