Skip to content
Snippets Groups Projects
Commit bd204858 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: webkitgtk: Update to 2.12.1.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.1.
parent c1ed1179
No related branches found
No related tags found
No related merge requests found
......@@ -53,14 +53,14 @@ (define-module (gnu packages webkit)
(define-public webkitgtk
(package
(name "webkitgtk")
(version "2.12.0")
(version "2.12.1")
(source (origin
(method url-fetch)
(uri (string-append "http://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
"19jyvyw8ss4bacq3f7ybdb0r16r84q12j2bpciyj9jqvzpw091m6"))))
"15p8dbxf8psmzddc21rcgds3b4jg725wcn5jppn3qgsm4x92s6jv"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no tests
......
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