summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-07-08 00:16:27 -0400
committerLeo Famulari <leo@famulari.name>2022-07-08 11:50:37 -0400
commitf081342e10b8ae22ef2cd4a2cbfb1ad6ead4b170 (patch)
treeb9f76037c9675f7ac9f889aeec17f24dd5048d98 /gnu
parent564b60796e49d7f82a2559073ce253abac8fde3c (diff)
downloadguix-patches-f081342e10b8ae22ef2cd4a2cbfb1ad6ead4b170.tar
guix-patches-f081342e10b8ae22ef2cd4a2cbfb1ad6ead4b170.tar.gz
gnu: linux-libre 4.9: Update to 4.9.322.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.322. (linux-libre-4.9-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 9a050079ef..b391f7a8ea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -446,7 +446,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.321")
+(define-public linux-libre-4.9-version "4.9.322")
(define-public linux-libre-4.9-gnu-revision "gnu1")
(define deblob-scripts-4.9
(linux-libre-deblob-scripts
@@ -456,7 +456,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0bib3641dbcqdkx3anna3caxnsg3nw9cnmhcklq0s93g3m57041h")))
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1kb976lgikv1qa2pd7spdhmf1l97ip5i1k1kw7j6r7y8f7bwnznl")))
+ (hash (base32 "02g4lkiq6y5i6vrrk2i9h6dxka6mfjpk9dz3517adw5qf79ph6b2")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))