aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-24 02:18:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-24 02:19:25 +0200
commit21d9c5774561be5680acf67e574b7b7ac9093a28 (patch)
tree1533cc35758c43870df0f158ff40ccad523bf0f4
parentcce20ea6a03386e74b4c6eed887f6fb2f8d54280 (diff)
downloadguix-21d9c5774561be5680acf67e574b7b7ac9093a28.tar
guix-21d9c5774561be5680acf67e574b7b7ac9093a28.tar.gz
gnu: linux-libre: Update to 4.9.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
-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 f03ae5ea72..072c51e755 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -374,10 +374,10 @@ 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.191")
+(define-public linux-libre-4.9-version "4.9.194")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1g5p736p8zx5rmxaj56yw93jp768npl868jsn8973dny0rsbim6y")))
+ (hash (base32 "1qy20vw5bhnsfbh95sdhjbk6y94js8m4ryd3m7xg2qg4hisvpx6m")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))