aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-17 05:43:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-17 07:11:33 +0200
commit19f219fef1b6389757e112ba7a618de262972530 (patch)
tree9cfa93512ffc01c95ad0b0f7921ae81a428356d3
parentd0d900090fd742b469c4c757ba2e2b105f9638d2 (diff)
downloadguix-19f219fef1b6389757e112ba7a618de262972530.tar
guix-19f219fef1b6389757e112ba7a618de262972530.tar.gz
gnu: linux-libre@4.4: Update to 4.4.196.
* gnu/packages/linux.scm (deblob-scripts-4.4) (linux-libre-4.4-version, linux-libre-4.4-pristine-sources): Update to 4.4.196.
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 989d55f8aa..bb5caa62be 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -213,7 +213,7 @@ defconfig. Return the appropriate make target if applicable, otherwise return
(define deblob-scripts-4.4
(linux-libre-deblob-scripts
- "4.4.194"
+ "4.4.196"
(base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
(base32 "12ac4g3ky8yma8sylmxvvysqvd4hnaqjiwmxrxb6wlxggfd7zkbx")))
@@ -397,10 +397,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.194")
+(define-public linux-libre-4.4-version "4.4.196")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
- (hash (base32 "0kvlp2v4nvkilaanhpgwf8dkyfj24msaw0m38rbc4y51y69yhqvz")))
+ (hash (base32 "0vd7fra22ky4sqp6vamracp5xd4900md5vdx0n4i6dhkf03kz7hn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))