summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-02-02 12:19:17 -0500
committerLeo Famulari <leo@famulari.name>2022-02-02 13:49:45 -0500
commit97d97d7da1f5b500b2b76210131ca6adff6a1e80 (patch)
treebe0df4905b71def7c5d642997ccf574b0c2168ce
parent2585dd2e9343057fbcc06edcb19af80747b93bd5 (diff)
downloadguix-patches-97d97d7da1f5b500b2b76210131ca6adff6a1e80.tar
guix-patches-97d97d7da1f5b500b2b76210131ca6adff6a1e80.tar.gz
gnu: linux-libre 5.4: Update to 5.4.176.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.176. (linux-libre-5.4-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c0f35aaa47..7df64bbdae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -405,7 +405,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.175")
+(define-public linux-libre-5.4-version "5.4.176")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -415,7 +415,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1mp9d0b7mqw7cl65k0a18265cvn4qwcpnvna8r6n5m3y4pz3rik9")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "0h2838jrw69xv1mg1qj0n8qx6g8n48iv8yna633xd20lzggip45c")))
+ (hash (base32 "0h67d34n8cwq60rv8nw0a7n9mkihs0cg0b5zl6ihfyjflqj0jq6r")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))