unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 67016@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, leo@famulari.name
Subject: [bug#67016] [PATCH 6/7] gnu: linux-libre 4.19: Update to 4.19.298.
Date: Thu,  9 Nov 2023 14:28:47 +0100	[thread overview]
Message-ID: <20231109132909.18926-6-w@wmeyer.eu> (raw)
In-Reply-To: <20231109132909.18926-1-w@wmeyer.eu>

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.298.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: Ib1fc2b05a24254e91c6a2e1d85f4c3aeb01e6071
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c6e3a3c62f..6a27708781 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,7 @@ (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.297")
+(define-public linux-libre-4.19-version "4.19.298")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@ (define deblob-scripts-4.19
    (base32 "1425mhkfxn18vxn05bb4h3li7x1jl7l1hf1zi8xhnqv3wa31h9wl")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0c9xxqgv2i36hrr06dwz7f3idc04xpv0a5pxg08xdh03cnyf12cx")))
+        (hash (base32 "0mhgq6hdcls1af7nj999x1mds5b37s7vwin8nsb4q0lnx2y1da4x")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))
-- 
2.41.0





  parent reply	other threads:[~2023-11-09 13:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09 13:26 [bug#67016] [PATCH 0/7] linux-libre kernel updates (2023-11-09) Wilko Meyer
2023-11-09 13:28 ` [bug#67016] [PATCH 1/7] gnu: linux-libre 6.5: Update to 6.5.11 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 2/7] gnu: linux-libre 6.1: Update to 6.1.62 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 3/7] gnu: linux-libre 5.15: Update to 5.15.138 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 4/7] gnu: linux-libre 5.10: Update to 5.10.200 Wilko Meyer
2023-11-09 13:28   ` [bug#67016] [PATCH 5/7] gnu: linux-libre 5.4: Update to 5.4.260 Wilko Meyer
2023-11-09 13:28   ` Wilko Meyer [this message]
2023-11-09 13:28   ` [bug#67016] [PATCH 7/7] gnu: linux-libre 4.14: Update to 4.14.329 Wilko Meyer
2023-11-10 18:36   ` [bug#67016] [PATCH 1/7] gnu: linux-libre 6.5: Update to 6.5.11 Leo Famulari
2023-11-11  7:32     ` Leo Famulari
2023-11-14  1:00       ` Leo Famulari
2023-11-15 10:02         ` Wilko Meyer
2023-11-14  5:11   ` bug#67016: " Leo Famulari
2023-11-14  5:14     ` [bug#67016] " Leo Famulari
2023-11-14  0:53 ` [bug#67016] [PATCH v2 1/9] " Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 2/9] gnu: linux-libre 6.1: Update to 6.1.62 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 3/9] gnu: linux-libre 5.15: Update to 5.15.138 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 4/9] gnu: linux-libre 5.10: Update to 5.10.200 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 5/9] gnu: linux-libre 5.4: Update to 5.4.260 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 6/9] gnu: linux-libre 4.19: Update to 4.19.298 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 7/9] gnu: linux-libre 4.14: Update to 4.14.329 Leo Famulari
2023-11-14  0:53   ` [bug#67016] [PATCH v2 8/9] gnu: Add linux-libre 6.6.1 Leo Famulari
2023-11-14  0:54   ` [bug#67016] [PATCH v2 9/9] gnu: Make linux-libre 6.6 the default 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=20231109132909.18926-6-w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=67016@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).