diff options
author | Mark H Weaver <mhw@netris.org> | 2020-01-23 23:08:32 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-01-23 23:16:49 -0500 |
commit | bbc87d09d07716d7940b48e8a39d6a6a88a7c32d (patch) | |
tree | 86975d8ef3ea698978946449c2c0d6b98a750997 /gnu/packages/linux.scm | |
parent | cf5c44a30807bc74982d7cacc4d264b4635e40dd (diff) | |
download | patches-bbc87d09d07716d7940b48e8a39d6a6a88a7c32d.tar patches-bbc87d09d07716d7940b48e8a39d6a6a88a7c32d.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.211.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.211.
(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 8c7d163372..f74468180a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,10 +389,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.210") +(define-public linux-libre-4.4-version "4.4.211") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "1pg754s3138d2lq5y2zd1z7dagdy8pl4ifmp0754sa1rkjd3h0ns"))) + (hash (base32 "1f6qz4bvjn18cfcg3wwfsl75aw2kxwn28r228kdic9aibhy6rpvp"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |