guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: linux-libre: Fix typo.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: linux-libre: Fix typo.
Date: Mon, 19 Dec 2016 19:42:22 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 8d1ef002ee96bbc8909bfbe704ecc1bbaab764d8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 19 20:42:19 2016 +0100

    gnu: linux-libre: Fix typo.
    
    * gnu/packages/linux.scm (%linux-libre-hash): Remove excess quote.
---
 gnu/packages/linux.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e90f71d..827ee8b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]