gnu: linux-libre: Upgrade to 3.13.7.
authorLudovic Courtès <ludo@gnu.org>
Mon, 7 Apr 2014 21:35:28 +0000 (23:35 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 7 Apr 2014 21:39:31 +0000 (23:39 +0200)
* gnu/packages/linux.scm (linux-libre): Update to 3.13.7.

gnu/packages/linux.scm

index c9f5bbc..66cf17f 100644 (file)
     (license gpl2+)))
 
 (define-public linux-libre
-  (let* ((version "3.13")
+  (let* ((version "3.13.7")
          (build-phase
           '(lambda* (#:key system #:allow-other-keys #:rest args)
              (let ((arch (car (string-split system #\-))))
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "15pdizzxnnvpxmdb1lbi01kpingmdvj17b01vzbyjymi4vwfws3f"))))
+               "0j28dg0zq4vlbk4ady4fq021i8dxx2h8h90n26mzigr9hky86n8d"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
                      ("bc" ,bc)