diff options
author | Mark H Weaver <mhw@netris.org> | 2020-07-31 13:33:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-07-31 13:38:18 -0400 |
commit | fe21fe41d1db117793f5fd86de60c6dfb59ae959 (patch) | |
tree | 2e6c2061e6651f26d99bf193dc66252620fcbc82 /gnu | |
parent | ab4943a70c29db8a873ac1a9809c53afb030e8ae (diff) | |
download | guix-fe21fe41d1db117793f5fd86de60c6dfb59ae959.tar guix-fe21fe41d1db117793f5fd86de60c6dfb59ae959.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.232.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.232.
(linux-libre-4.4-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 703d3c5387..b26ab2d377 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -419,10 +419,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.9))) -(define-public linux-libre-4.4-version "4.4.231") +(define-public linux-libre-4.4-version "4.4.232") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "1c6p5hv18isa328pvpa3qmmsg4qsssf2mwsx3hzn489rb8ycdxp7"))) + (hash (base32 "0d7x30sy9c27n9bqf5f5mf64c6j5iljnw1gm7g8z00xgvrjqibjf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |