diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-05 15:21:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-08-05 15:23:59 -0400 |
commit | 2a11d231d9db6160806aef896673bd4337686255 (patch) | |
tree | ca8206aeef4c099fd7d4a6796c7b240671722ff6 /gnu | |
parent | 1744d7c4298f641b7848df2c2168b684ffe8dcbb (diff) | |
download | guix-2a11d231d9db6160806aef896673bd4337686255.tar.gz guix-2a11d231d9db6160806aef896673bd4337686255.zip |
gnu: linux-libre: Update to 5.4.56.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.56.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.56.
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 749f6a9e79..52e783db89 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -210,7 +210,7 @@ defconfig. Return the appropriate make target if applicable, otherwise return (define deblob-scripts-5.4 (linux-libre-deblob-scripts - "5.4.55" + "5.4.56" (base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25") (base32 "10qb890is4z58vr8czh3xx69q62l3b3j38y410kgiw8nii3zx5lr"))) @@ -387,10 +387,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.7))) -(define-public linux-libre-5.4-version "5.4.55") +(define-public linux-libre-5.4-version "5.4.56") (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0h7r9ggc6412hb20f3sy6k7mlbwif137w6shv31xmvw0iv9ky2yc"))) + (hash (base32 "1bbwqpcv8ha25kk1shfnsb2j8ydhcjkzq0w4xmimdv40hjwr10ri"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |