diff options
author | Leo Famulari <leo@famulari.name> | 2022-05-09 21:57:20 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-05-11 20:29:49 -0400 |
commit | b33ebc22fb2bb578c8150398538884439f36dfde (patch) | |
tree | 47710836fe18eae1e0ca514a411b9badb5b4250b /gnu | |
parent | 2d7264721e75ce25925febba00fdb29a1e38bc83 (diff) | |
download | guix-b33ebc22fb2bb578c8150398538884439f36dfde.tar.gz |
gnu: linux-libre 5.4: Update to 5.4.192.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.192. (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 7b71c7229e..b3723c513d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -409,17 +409,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.191") +(define-public linux-libre-5.4-version "5.4.192") (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 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9"))) + (base32 "05i286d98fm2pdf9724x1dsmfcm7gsd7yyyvxqlpisyj1kx14hda"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0fharjqasvq76pciwci6qamdadpfjh2n8gdyri8fj65drmgsi318"))) + (hash (base32 "14wyvacajnj6fnxqrash7b8inq0lgmglydqa30kb21zva88jwj1j"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |