unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62685] [PATCH] gnu: linux-libre-lts: Update to 6.1.
@ 2023-04-05 20:11 Jonathan Brielmaier
  2023-04-05 20:16 ` Leo Famulari
  2023-04-07 15:20 ` bug#62685: " Jonathan Brielmaier
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Brielmaier @ 2023-04-05 20:11 UTC (permalink / raw)
  To: 62685; +Cc: Jonathan Brielmaier

6.1 is the newest long-term support version of the kernel.

* gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision,
linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use
linux-libre-6.1.
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 95c6640fe2..f121ee11ea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1144,11 +1144,11 @@ (define-public linux-libre-4.14
 ;; Linux-Libre.
 ;; Reference: https://jxself.org/linux-libre/

-(define-public linux-libre-lts-version         linux-libre-5.15-version)
-(define-public linux-libre-lts-gnu-revision    linux-libre-5.15-gnu-revision)
-(define-public linux-libre-lts-pristine-source linux-libre-5.15-pristine-source)
-(define-public linux-libre-lts-source          linux-libre-5.15-source)
-(define-public linux-libre-lts                 linux-libre-5.15)
+(define-public linux-libre-lts-version         linux-libre-6.1-version)
+(define-public linux-libre-lts-gnu-revision    linux-libre-6.1-gnu-revision)
+(define-public linux-libre-lts-pristine-source linux-libre-6.1-pristine-source)
+(define-public linux-libre-lts-source          linux-libre-6.1-source)
+(define-public linux-libre-lts                 linux-libre-6.1)

 \f
 ;;;
--
2.39.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-07 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 20:11 [bug#62685] [PATCH] gnu: linux-libre-lts: Update to 6.1 Jonathan Brielmaier
2023-04-05 20:16 ` Leo Famulari
2023-04-05 20:21   ` Jonathan Brielmaier
2023-04-07 15:20 ` bug#62685: " Jonathan Brielmaier

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