mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: linux-libre: Update to 3.17.3
* gnu/packages/linux.scm (linux-libre): Update to version 3.17.3.
This commit is contained in:
@@ -192,7 +192,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
|
||||
#f)))
|
||||
|
||||
(define-public linux-libre
|
||||
(let* ((version "3.17.2")
|
||||
(let* ((version "3.17.3")
|
||||
(build-phase
|
||||
'(lambda* (#:key system inputs #:allow-other-keys #:rest args)
|
||||
;; Apply the neat patch.
|
||||
@@ -265,7 +265,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
|
||||
(uri (linux-libre-urls version))
|
||||
(sha256
|
||||
(base32
|
||||
"14npqjr82aldiw1y2hl175pppj6m7vxf672m3gb6wj9hykhydwzr"))))
|
||||
"1qyk70m7y7ak94idkqpgyinnnpqpwxvl39rwh8pqdvrcm7w5b0lq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("perl" ,perl)
|
||||
("bc" ,bc)
|
||||
|
||||
Reference in New Issue
Block a user