summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-12-05 14:26:46 -0500
committerMark H Weaver <mhw@netris.org>2019-12-05 14:26:46 -0500
commit2eec86e1457362af7cc410fa368d30ac9e40ab14 (patch)
tree5d85ee18a59dc8b8402702f8711edd638ad7c9a5
parent2c2fc24b899d3286774f60405888718d98211213 (diff)
downloadpatches-2eec86e1457362af7cc410fa368d30ac9e40ab14.tar
patches-2eec86e1457362af7cc410fa368d30ac9e40ab14.tar.gz
gnu: linux-libre@4.4: Update to 4.4.206.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.206. (linux-libre-4.4-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9b80ba691e..807be3efd8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -384,10 +384,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.205")
+(define-public linux-libre-4.4-version "4.4.206")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
- (hash (base32 "19pasidvfmf94rs86v80x7hpirz9gavmkxwcl76ya61fq7lqy7zs")))
+ (hash (base32 "14ylg9cm7z12mvkzg8z92gsw0libw9xz392ayzw0d9cgw1py39ax")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))