diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-26 20:52:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-08-26 20:52:06 -0400 |
commit | f6d2bbfbae05aa3c043c173364cc83bccbfee311 (patch) | |
tree | 53e4ddc0cf6f8fab1242a48df3e5070f4b15ab12 | |
parent | 2ba4574d15ba2a4f796dd1578b6670689b3aca43 (diff) | |
download | guix-f6d2bbfbae05aa3c043c173364cc83bccbfee311.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.234.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.234. (linux-libre-4.4-pristine-source): Update hash. (deblob-scripts-4.4): Update to 4.4.234.
-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 596d3be340..6796f78107 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -244,7 +244,7 @@ defconfig. Return the appropriate make target if applicable, otherwise return (define deblob-scripts-4.4 (linux-libre-deblob-scripts - "4.4.232" + "4.4.234" (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw") (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf"))) @@ -437,10 +437,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.233") +(define-public linux-libre-4.4-version "4.4.234") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "1z77dikgkvkp9ggwxp07hl8vxsf9kq57rhfdpbvhny1x13fqkrlp"))) + (hash (base32 "123354h05fip161rzlxc8h0cn5lh0d1gz06gc5b7zyz9i2lxv539"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |