summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-05-26 22:25:28 -0400
committerLeo Famulari <leo@famulari.name>2022-05-27 11:21:19 -0400
commit6e9d99f97f15347f44df0518faa5e3b8b9d5184e (patch)
tree020903ee7391a20c6acb5c8b5080e5be9315f8ba
parentbe03c5e0aae2483903cc0d5ef65103943a7380b5 (diff)
downloadguix-patches-6e9d99f97f15347f44df0518faa5e3b8b9d5184e.tar
guix-patches-6e9d99f97f15347f44df0518faa5e3b8b9d5184e.tar.gz
gnu: linux-libre 4.9: Update to 4.9.316.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.316. (linux-libre-4.9-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 9a2b4b54d0..2af32fc88f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -441,7 +441,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.14)))
-(define-public linux-libre-4.9-version "4.9.315")
+(define-public linux-libre-4.9-version "4.9.316")
(define-public linux-libre-4.9-gnu-revision "gnu1")
(define deblob-scripts-4.9
(linux-libre-deblob-scripts
@@ -451,7 +451,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "14jyn2yrbm6ayp0bszs4f9jy3p1qkrj5p5gf5c42spr67aa2lv2v")))
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1171p90s00jxg1clyz8kp81ilmdzygg131mxysr6lpkaisahkjg6")))
+ (hash (base32 "05yd7djm6dcxv3vaylhmj3p0yml421azv8qabmhv4ric1f99idjp")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))