unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 72192@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>,
	leo@famulari.name, Leo Famulari <leo@famulari.name>,
	Wilko Meyer <w@wmeyer.eu>
Subject: [bug#72192] [PATCH v2 5/7] gnu: linux-libre 5.10: Update to 5.10.222.
Date: Fri, 19 Jul 2024 23:31:36 +0200	[thread overview]
Message-ID: <604aa027b294da745b55ac06fabf2cde62eaca9e.1721424698.git.w@wmeyer.eu> (raw)
In-Reply-To: <c3e9bc3df9a019182027dfc2d799715d5339115d.1721424698.git.w@wmeyer.eu>

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.222.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hash.

Change-Id: I26cb8c4431116ccd31f542072ba064fde6785124
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8444ed75a8..40afdc3a2e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,17 +577,17 @@ (define-public linux-libre-5.15-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
 
-(define-public linux-libre-5.10-version "5.10.221")
+(define-public linux-libre-5.10-version "5.10.222")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
    linux-libre-5.10-version
    linux-libre-5.10-gnu-revision
    (base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
-   (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
+   (base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "09975sby114mwfb8x2rlpaps6vb60dvs8f20cmb7hkxcxdzx87fs")))
+        (hash (base32 "1jshn64g165rdshyjvq38ni6pkbskp50048pbz407fss7f00cbbv")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
-- 
2.45.2





  parent reply	other threads:[~2024-07-19 21:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-19 10:52 [bug#72192] [PATCH 0/7] linux-libre kernel updates (2024-07-19) Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 1/7] gnu: linux-libre 6.9: Update to 6.9.10 Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.41 Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.100 Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.163 Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.222 Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.280 Wilko Meyer
2024-07-19 21:13 ` [bug#72192] [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.318 Wilko Meyer
2024-07-19 21:31 ` [bug#72192] [PATCH v2 1/7] gnu: linux-libre 6.9: Update to 6.9.10 Wilko Meyer
2024-07-19 21:31   ` [bug#72192] [PATCH v2 2/7] gnu: linux-libre 6.6: Update to 6.6.41 Wilko Meyer
2024-07-19 21:31   ` [bug#72192] [PATCH v2 3/7] gnu: linux-libre 6.1: Update to 6.1.100 Wilko Meyer
2024-07-19 21:31   ` [bug#72192] [PATCH v2 4/7] gnu: linux-libre 5.15: Update to 5.15.163 Wilko Meyer
2024-07-19 21:31   ` Wilko Meyer [this message]
2024-07-19 21:31   ` [bug#72192] [PATCH v2 6/7] gnu: linux-libre 5.4: Update to 5.4.280 Wilko Meyer
2024-07-19 21:31   ` [bug#72192] [PATCH v2 7/7] gnu: linux-libre 4.19: Update to 4.19.318 Wilko Meyer
2024-07-21 18:24   ` [bug#72192] [PATCH v2 1/7] gnu: linux-libre 6.9: Update to 6.9.10 Leo Famulari
2024-07-22 19:58     ` bug#72192: " Leo Famulari

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=604aa027b294da745b55ac06fabf2cde62eaca9e.1721424698.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=72192@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /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).