me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre: Update to 5.13.16.

* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.16.
(linux-libre-5.13-pristine-source): Update hash.
master
Leo Famulari 2021-09-12 17:21:20 -04:00
parent f4cd871c00
commit 1e83ee9c17
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.14)))
(define-public linux-libre-5.13-version "5.13.15")
(define-public linux-libre-5.13-version "5.13.16")
(define-public linux-libre-5.13-gnu-revision "gnu1")
(define deblob-scripts-5.13
(linux-libre-deblob-scripts
@ -382,7 +382,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p")))
(define-public linux-libre-5.13-pristine-source
(let ((version linux-libre-5.13-version)
(hash (base32 "06v2jgzq2l56bjbymcrnaybqvvr1q44c0k534v77b3l5bwwlq2rk")))
(hash (base32 "1ljigvcg4q6ckr8kna3q5iyjsy7x5mrf1ycqfy0ibbhn9hbqjna9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.13)))