summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-02-14 22:01:52 -0500
committerMark H Weaver <mhw@netris.org>2020-02-14 22:11:23 -0500
commit6a9db45259507be5a1f8880c448fc3da75ae72e0 (patch)
tree0a83a42ce99c9731bc079adb1784fadccca28e93
parent856650d9c1f9b0b2ac1b6daf32b1d48249c4aa24 (diff)
downloadpatches-6a9db45259507be5a1f8880c448fc3da75ae72e0.tar
patches-6a9db45259507be5a1f8880c448fc3da75ae72e0.tar.gz
gnu: linux-libre@4.4: Update to 4.4.214.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.214. (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 9140a6f852..e50700d237 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -391,10 +391,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.213")
+(define-public linux-libre-4.4-version "4.4.214")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
- (hash (base32 "1cmwn9zvz14jqjy6qkszglhs2p5h6yh82b2269cbzvibg8y3rxq0")))
+ (hash (base32 "0v575wl85fg9c3ksdj570hxjcl9p1dxwzag3fm0qcrq75kp6bamn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))