gnu: linux-libre 4.14: Update to 4.14.309.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.309.
(linux-libre-4.14-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2023-03-14 08:25:12 -04:00
parent fed9db5e72
commit fe445aa9f4
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -575,7 +575,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
(define-public linux-libre-4.14-version "4.14.307")
(define-public linux-libre-4.14-version "4.14.309")
(define-public linux-libre-4.14-gnu-revision "gnu1")
(define deblob-scripts-4.14
(linux-libre-deblob-scripts
@ -585,7 +585,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "00i91lx938nqlgy63hiricqd0fnbbf26vgya9c5lb7m1f4x324im")))
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
(hash (base32 "00dp0vj9572ig4zsnmhl2a2v5vx40hnjibyifw24x1q6qdaia72f")))
(hash (base32 "1rwhz9w5x2x3idy2f0bpk945qam6xxswbn69wmz8y1ik9b1nns09")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))