diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-27 17:15:45 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-27 18:50:00 -0500 |
commit | 0224b1d01e4511a5b23c4d3e0bdde77b96aad251 (patch) | |
tree | 29f62b7cdfeb589e1abc6886915514ca926393a1 /gnu | |
parent | c77026c88cb2e9b9dad554cc524ab7f64d10ee71 (diff) |
gnu: linux-libre 5.4: Update to 5.4.174.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.174.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7db3e69c0f..6b9d94e6cb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -405,17 +405,17 @@ 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.173") +(define-public linux-libre-5.4-version "5.4.174") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts linux-libre-5.4-version linux-libre-5.4-gnu-revision (base32 "1nlgk8ajb5wl3aa96h9a0pb9j5a5wmrbpk63varn557x1d00r7wj") - (base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p"))) + (base32 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0ff2jvwxj55547wvwp94a8bsd610s72906d4nsyhiirrn9sy5s4r"))) + (hash (base32 "1a88hfcskrcbz7gyh8pkcymka4djdhdy6fdh4i0b9ygsmvjipkg8"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |