diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 02:18:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 02:19:25 +0200 |
commit | 0b3daeb05e1b1aa3a58eba22df7336e4b8f3f79a (patch) | |
tree | e4b530882bdec6a8bf3adce7418dcf4c23b0151e /gnu | |
parent | 21d9c5774561be5680acf67e574b7b7ac9093a28 (diff) | |
download | guix-0b3daeb05e1b1aa3a58eba22df7336e4b8f3f79a.tar.gz guix-0b3daeb05e1b1aa3a58eba22df7336e4b8f3f79a.zip |
gnu: linux-libre: Update to 4.4.194.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 072c51e755..f8ad96e89d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -382,10 +382,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.191") +(define-public linux-libre-4.4-version "4.4.194") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "0x3lnq4xyj5v6r1cz4jizm4vdspws1nb806f5qczwi3yil5nm6bh"))) + (hash (base32 "0kvlp2v4nvkilaanhpgwf8dkyfj24msaw0m38rbc4y51y69yhqvz"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |