* [bug#75103] [PATCH] gnu: memtest86+: Update to 7.20.
@ 2024-12-25 21:46 Jakob Kirsch via Guix-patches via
0 siblings, 0 replies; only message in thread
From: Jakob Kirsch via Guix-patches via @ 2024-12-25 21:46 UTC (permalink / raw)
To: 75103
[-- 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-25 21:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25 21:46 [bug#75103] [PATCH] gnu: memtest86+: Update to 7.20 Jakob Kirsch via Guix-patches via
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).