Skip to content
Snippets Groups Projects
Commit 04a6e437 authored by Jason Self's avatar Jason Self
Browse files

gnu: linux-libre: Update to 3.16.4.

* gnu/packages/linux.scm (libogg): Update to version 3.16.4.
parent f410c110
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ (define (lookup file) ...@@ -192,7 +192,7 @@ (define (lookup file)
#f))) #f)))
(define-public linux-libre (define-public linux-libre
(let* ((version "3.16.3") (let* ((version "3.16.4")
(build-phase (build-phase
'(lambda* (#:key system inputs #:allow-other-keys #:rest args) '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
;; Apply the neat patch. ;; Apply the neat patch.
...@@ -265,7 +265,7 @@ (define-public linux-libre ...@@ -265,7 +265,7 @@ (define-public linux-libre
(uri (linux-libre-urls version)) (uri (linux-libre-urls version))
(sha256 (sha256
(base32 (base32
"1480wnk1j18rxhp8hi7dd4d706lkgplwhvskx3z2mj39vg46v1zk")))) "0g5y7qnxfg1ilicpbxh155hlvvw14g4187vqra44iawbk9r41kb6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl) (native-inputs `(("perl" ,perl)
("bc" ,bc) ("bc" ,bc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment