diff options
author | Leo Famulari <leo@famulari.name> | 2023-08-08 10:35:57 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-07-23 22:26:01 -0400 |
commit | d47bcc0f09bbd6c0bf60a503e1a3d4a1a4bb4757 (patch) | |
tree | 14d180147be37bda2a0bd73c0ed97abefec2cfa8 | |
parent | 25c3ad0cf6d86f7a5f7147010fef7b809ca016c7 (diff) | |
download | guix-d47bcc0f09bbd6c0bf60a503e1a3d4a1a4bb4757.tar.gz guix-d47bcc0f09bbd6c0bf60a503e1a3d4a1a4bb4757.zip |
gnu: linux-libre 5.10: Update to 5.10.188.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.188.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
(linux-libre-5.15-source): Remove obsolete patch
'linux-libre-wireguard-postup-privkey.patch'.
-rw-r--r-- | gnu/packages/linux.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c76e24157c..1df59c50a7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -550,17 +550,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.15))) -(define-public linux-libre-5.10-version "5.10.186") +(define-public linux-libre-5.10-version "5.10.188") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts linux-libre-5.10-version linux-libre-5.10-gnu-revision - (base32 "0mw7qn77y9c6wrnw4rjvf75cpm1w6n1aqqhf8cnghcb97p2yxxrf") - (base32 "1739xvyzi3i7d12mvsvnqa7208pvwfss43kzin71l9svw0405vp5"))) + (base32 "0hirc87hgyy9qhgiipp5iahmdk4wwhiml6rp1naphz9d1vw3kb35") + (base32 "1bqgabl185i74y1n5pbvkqn3r0ydmrqhfyhkd9n3s0gqqzkw2vjp"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "1qqv91r13akgik1q4jybf8czskxxizk6lpv4rsvjn9sx2dm2jq0y"))) + (hash (base32 "04k1mc23vqv3mr4m80rab1w7z1cwc0n1kcxzc5vfcfp26nmqnmf9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) @@ -666,9 +666,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (define-public linux-libre-5.10-source (source-with-patches linux-libre-5.10-pristine-source (list %boot-logo-patch - %linux-libre-arm-export-__sync_icache_dcache-patch - (search-patch - "linux-libre-wireguard-postup-privkey.patch")))) + %linux-libre-arm-export-__sync_icache_dcache-patch))) (define-public linux-libre-5.4-source (source-with-patches linux-libre-5.4-pristine-source |