guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: linux-libre-headers@5.11: Refer to 5.11, not 5.10.


From: guix-commits
Subject: 02/06: gnu: linux-libre-headers@5.11: Refer to 5.11, not 5.10.
Date: Mon, 22 Feb 2021 17:44:26 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 43cef0ba81aa5b7ba91173a66c2ca5f7fbb6b2da
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Feb 22 18:14:03 2021 +0100

    gnu: linux-libre-headers@5.11: Refer to 5.11, not 5.10.
    
    Fixes a typo introduced in b819512ca2cce1051c5fea26328da2e5d6a9a101.
    
    * gnu/packages/linux.scm (linux-libre-headers-5.11): Really refer to 5.11.
---
 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 3346b94..99f2be0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 
2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Mark H Weaver 
<mhw@netris.org>
@@ -587,8 +587,8 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
     (license license:gpl2)))
 
 (define-public linux-libre-headers-5.11
-  (make-linux-libre-headers* linux-libre-5.10-version
-                             linux-libre-5.10-source))
+  (make-linux-libre-headers* linux-libre-5.11-version
+                             linux-libre-5.11-source))
 
 (define-public linux-libre-headers-5.10
   (make-linux-libre-headers* linux-libre-5.10-version



reply via email to

[Prev in Thread] Current Thread [Next in Thread]