diff options
author | Mark H Weaver <mhw@netris.org> | 2020-05-20 19:11:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-05-20 19:11:22 -0400 |
commit | f717cfa84bd67568c2303ffb6ce1699eed0fb6d9 (patch) | |
tree | 689dd3bad159f27f38bc853b765dc76b04cc7ea8 /gnu | |
parent | 9b65cdd902ec39115dbf3e0ad34e49f544ab4267 (diff) | |
download | guix-f717cfa84bd67568c2303ffb6ce1699eed0fb6d9.tar.gz |
gnu: linux-libre@4.4: Update 4.4.224.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update 4.4.224. (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 750111f4e1..7da67911f5 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.223") +(define-public linux-libre-4.4-version "4.4.224") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "09fln0sdfif2zv2jifp24yiqi0vcyj8fqx2jz91g21zvsxk3x5nd"))) + (hash (base32 "1lb8ypn558vk73bj4a20wq40cig9vmzjn2xzzdws78gfair6hxpg"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |