unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jakob Kirsch via Guix-patches via <guix-patches@gnu.org>
To: 75103@debbugs.gnu.org
Subject: [bug#75103] [PATCH] gnu: memtest86+: Update to 7.20.
Date: Wed, 25 Dec 2024 22:46:15 +0100	[thread overview]
Message-ID: <Z2x9J4wH_icEqOsA@kernelpanicroom> (raw)

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: v1-0001-gnu-memtest86-Update-to-7.20.patch --]
[-- Type: text/plain, Size: 1734 bytes --]

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(-)

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


                 reply	other threads:[~2024-12-25 21:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z2x9J4wH_icEqOsA@kernelpanicroom \
    --to=guix-patches@gnu.org \
    --cc=75103@debbugs.gnu.org \
    --cc=jakob.kirsch@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).