[PATCH] gnu: memtest86+: Update to 7.20.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jakob Kirsch
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jakob Kirsch
Severity
normal

Debbugs page

Jakob Kirsch wrote 3 months ago
(address . guix-patches@gnu.org)
Z2x9J4wH_icEqOsA@kernelpanicroom

From fcacedc1efb50d20093d1b0b1d2868ad5d5b4385 Mon Sep 17 00:00:00 2001
Message-ID: <fcacedc1efb50d20093d1b0b1d2868ad5d5b4385.1735163068.git.jakob.kirsch@web.de>
From: Jakob Kirsch <jakob.kirsch@web.de>
Date: Wed, 25 Dec 2024 22:43:47 +0100
Subject: [PATCH v1] gnu: memtest86+: Update to 7.20.

* gnu/packages/hardware.scm (memtest86+): Update to 7.20.

Change-Id: If7253f8ccd27cead955133c18b58257ebc4ac7b3
---
gnu/packages/hardware.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
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. <hello@foundationdevices.com>
;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -909,7 +910,7 @@ (define-public liquidctl
(define-public memtest86+
(package
(name "memtest86+")
- (version "6.20")
+ (version "7.20")
(source
(origin
(method git-fetch)
@@ -918,7 +919,7 @@ (define-public memtest86+
(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)

base-commit: f63c81d8af46ee7738ddb9678ef4db7a6b6e3287
--
2.46.0
Ludovic Courtès wrote 2 months ago
(name . Jakob Kirsch)(address . jakob.kirsch@web.de)(address . 75103-done@debbugs.gnu.org)
87wmerr972.fsf@gnu.org
Jakob Kirsch <jakob.kirsch@web.de> skribis:

Toggle quote (10 lines)
> From fcacedc1efb50d20093d1b0b1d2868ad5d5b4385 Mon Sep 17 00:00:00 2001
> Message-ID: <fcacedc1efb50d20093d1b0b1d2868ad5d5b4385.1735163068.git.jakob.kirsch@web.de>
> From: Jakob Kirsch <jakob.kirsch@web.de>
> Date: Wed, 25 Dec 2024 22:43:47 +0100
> Subject: [PATCH v1] gnu: memtest86+: Update to 7.20.
>
> * gnu/packages/hardware.scm (memtest86+): Update to 7.20.
>
> Change-Id: If7253f8ccd27cead955133c18b58257ebc4ac7b3

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75103@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75103
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help