diff options
author | Leo Famulari <leo@famulari.name> | 2022-06-26 19:22:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-06-27 15:29:38 -0400 |
commit | 78e5ee6d58d8a269afcb5384077568e3898510f6 (patch) | |
tree | 05ee1488478aa92b909bb7659ea05d79d06dcb5c | |
parent | gnu: linux-libre 4.19: Update to 4.19.249. (diff) | |
download | guix-78e5ee6d58d8a269afcb5384077568e3898510f6.tar.gz guix-78e5ee6d58d8a269afcb5384077568e3898510f6.tar.bz2 guix-78e5ee6d58d8a269afcb5384077568e3898510f6.tar.xz |
gnu: linux-libre 4.14: Update to 4.14.285.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.285.
(linux-libre-4.14-pristine-source): Update hash.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e5784393f4..89d7a3864d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
@@ -430,7 +430,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
430 | (%upstream-linux-source version hash) | 430 | (%upstream-linux-source version hash) |
431 | deblob-scripts-4.19))) | 431 | deblob-scripts-4.19))) |
432 | 432 | ||
433 | (define-public linux-libre-4.14-version "4.14.284") | 433 | (define-public linux-libre-4.14-version "4.14.285") |
434 | (define-public linux-libre-4.14-gnu-revision "gnu1") | 434 | (define-public linux-libre-4.14-gnu-revision "gnu1") |
435 | (define deblob-scripts-4.14 | 435 | (define deblob-scripts-4.14 |
436 | (linux-libre-deblob-scripts | 436 | (linux-libre-deblob-scripts |
@@ -440,7 +440,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
440 | (base32 "00i91lx938nqlgy63hiricqd0fnbbf26vgya9c5lb7m1f4x324im"))) | 440 | (base32 "00i91lx938nqlgy63hiricqd0fnbbf26vgya9c5lb7m1f4x324im"))) |
441 | (define-public linux-libre-4.14-pristine-source | 441 | (define-public linux-libre-4.14-pristine-source |
442 | (let ((version linux-libre-4.14-version) | 442 | (let ((version linux-libre-4.14-version) |
443 | (hash (base32 "1f7bidisa6b4ff0mgn66h1nmf94j5mcx4wnkwnd9f49im6hcqllq"))) | 443 | (hash (base32 "0ynkcq2cm0q2qcmll1jg76msfa2a186xy5rv81ahfvylbjdkijfs"))) |
444 | (make-linux-libre-source version | 444 | (make-linux-libre-source version |
445 | (%upstream-linux-source version hash) | 445 | (%upstream-linux-source version hash) |
446 | deblob-scripts-4.14))) | 446 | deblob-scripts-4.14))) |