summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-29 12:49:37 -0500
committerMark H Weaver <mhw@netris.org>2020-01-29 12:49:37 -0500
commitdfda8129d3b37a2cc8d2e94019d553d62d5d14e9 (patch)
tree47501552f18e78a7ec30cb909172c051238c5757
parent602059e794182a035f3919c3eb88d7d2085e24df (diff)
downloadpatches-dfda8129d3b37a2cc8d2e94019d553d62d5d14e9.tar
patches-dfda8129d3b37a2cc8d2e94019d553d62d5d14e9.tar.gz
gnu: linux-libre@4.4: Update to 4.4.212.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.212. (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 01f6227cc0..70432ad2eb 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.211")
+(define-public linux-libre-4.4-version "4.4.212")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
- (hash (base32 "1f6qz4bvjn18cfcg3wwfsl75aw2kxwn28r228kdic9aibhy6rpvp")))
+ (hash (base32 "0mx3qyj6w6h7gw7drsfsgl4iyz1695sjnf9hqh4kczci48kw5rj7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))