diff options
author | Leo Famulari <leo@famulari.name> | 2022-11-11 17:05:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-11-11 21:42:19 -0500 |
commit | daff256f629ba559f37b97edb3127c042a9d07d1 (patch) | |
tree | b6b63e662bac30282e19ba0e3f46c0dd96889d2a /gnu/packages | |
parent | 0b7b724deb80239deb642ba49033d66d430253a7 (diff) | |
download | guix-daff256f629ba559f37b97edb3127c042a9d07d1.tar.gz guix-daff256f629ba559f37b97edb3127c042a9d07d1.zip |
gnu: linux-libre 4.19: Update to 4.19.265.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.265.
(linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-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 ce0ed930d4..3ac915673c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -418,7 +418,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.264") +(define-public linux-libre-4.19-version "4.19.265") (define-public linux-libre-4.19-gnu-revision "gnu1") (define deblob-scripts-4.19 (linux-libre-deblob-scripts @@ -428,7 +428,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "00i91lx938nqlgy63hiricqd0fnbbf26vgya9c5lb7m1f4x324im"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "07ihf55y4xcbzpfgj9mxzchy1jmdpy46j32w15hac46a4504xcps"))) + (hash (base32 "1l5cdpgng1gci1p1gdr2jzqw486h3w56gpyc7fbq74hlc6nnwh1p"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |