civodul pushed a commit to branch master
in repository guix.
commit 43cef0ba81aa5b7ba91173a66c2ca5f7fbb6b2da
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Feb 22 18:14:03 2021 +0100
gnu: [email protected]: 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 <[email protected]>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021,
2021 Ludovic Courtès <[email protected]>
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <[email protected]>
;;; Copyright © 2012 Nikita Karetnikov <[email protected]>
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Mark H Weaver
<[email protected]>
@@ -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