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

Fixes a typo introduced in b819512ca2.

* gnu/packages/linux.scm (linux-libre-headers-5.11): Really refer to 5.11.
This commit is contained in:
Ludovic Courtès 2021-02-22 18:14:03 +01:00
parent 66c9bc35ef
commit 43cef0ba81
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 @@ (define (make-linux-libre-headers* version source)
(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