diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-19 20:42:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-19 20:42:19 +0100 |
commit | 8d1ef002ee96bbc8909bfbe704ecc1bbaab764d8 (patch) | |
tree | 11c016bbbd4559b38d184524981e01c550dcb02d /gnu/packages | |
parent | 1f94bff2d4e46a737d5c44ffcc43c7157d7a2178 (diff) | |
download | patches-8d1ef002ee96bbc8909bfbe704ecc1bbaab764d8.tar patches-8d1ef002ee96bbc8909bfbe704ecc1bbaab764d8.tar.gz |
gnu: linux-libre: Fix typo.
* gnu/packages/linux.scm (%linux-libre-hash): Remove excess quote.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e90f71d845..827ee8b37c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -346,7 +346,7 @@ It has been modified to remove all non-free binary blobs.") ;; Avoid rebuilding kernel variants when there is a minor version bump. (define %linux-libre-version "4.8.15") -(define %linux-libre-hash "0msgi44mh1ighfawysrzrljikwrapkvk418d6h0v45vj2i5rwln9"") +(define %linux-libre-hash "0msgi44mh1ighfawysrzrljikwrapkvk418d6h0v45vj2i5rwln9") (define-public linux-libre-arm-generic (make-linux-libre %linux-libre-version |