summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-05-18 22:00:26 -0400
committerLeo Famulari <leo@famulari.name>2022-05-20 18:44:06 -0400
commitcb38c7c169e467fd5c2a4e556fe9df8ff56ddb5d (patch)
tree412e999f69cd8f5680ac165f4912e1e3f60f0e44
parentff6b693d1beb21b8828c3b094e467cef669880a9 (diff)
downloadguix-patches-cb38c7c169e467fd5c2a4e556fe9df8ff56ddb5d.tar
guix-patches-cb38c7c169e467fd5c2a4e556fe9df8ff56ddb5d.tar.gz
gnu: linux-libre 4.9: Update to 4.9.315.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.315. (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 46731d61eb..8c29776b64 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -454,7 +454,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.314")
+(define-public linux-libre-4.9-version "4.9.315")
(define-public linux-libre-4.9-gnu-revision "gnu1")
(define deblob-scripts-4.9
(linux-libre-deblob-scripts
@@ -464,7 +464,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 "1nd3pkjkivx45k0lh1zlchv4vk7jb6mh9fm1jqnr02xkmld9bcr2")))
+ (hash (base32 "1171p90s00jxg1clyz8kp81ilmdzygg131mxysr6lpkaisahkjg6")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))