diff options
author | Mark H Weaver <mhw@netris.org> | 2020-05-27 17:22:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-05-27 17:29:31 -0400 |
commit | d47ae07d1958878d32212080066a601244666ff6 (patch) | |
tree | 1fb398726f5a811818817e0c6f9aee0764448370 /gnu/packages/linux.scm | |
parent | f18d5d75979f5374962c03a8f3c266054a489e11 (diff) | |
download | guix-d47ae07d1958878d32212080066a601244666ff6.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.225.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.225. (linux-libre-4.4-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 dad7b6e992..8234fd146c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -409,10 +409,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.224") +(define-public linux-libre-4.4-version "4.4.225") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "1lb8ypn558vk73bj4a20wq40cig9vmzjn2xzzdws78gfair6hxpg"))) + (hash (base32 "0pn66hf9yrjg15skq1inscr5m0slvgsd2qm8rg5id70llrb4jis9"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |