diff options
author | Leo Famulari <leo@famulari.name> | 2023-02-22 18:17:45 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-02-22 18:18:49 -0500 |
commit | aa9ab09569ad9a2a5672095ea88207c6742ea2ed (patch) | |
tree | 60fd7a479414bdc3465650cb9b0983e750bc7356 /gnu | |
parent | 01a6076475bc4ae044c3d385662153343bb232b2 (diff) | |
download | guix-aa9ab09569ad9a2a5672095ea88207c6742ea2ed.tar.gz |
gnu: linux-libre 5.4: Update to 5.4.232.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.232. (linux-libre-5.4-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 7c8f08fdd4..c2d6c4d967 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -529,7 +529,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.231") +(define-public linux-libre-5.4-version "5.4.232") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "19yydaws3vfiz9qilg665q3lysf1hy9pzx0414dis01ikyd27qr2"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "1a1nbyvkf6iaj5lz6ahg7kk9pyrx7j77jmaj92fyihdl3mzyml4d"))) + (hash (base32 "14qf8ddyhcs1ga1zqj4q2si6nc48sfc67nn9nigsnbcbg5g6lrdh"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |