Skip to content
Snippets Groups Projects
Unverified Commit 3be43739 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: webkitgtk: Update to 2.16.1.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.1.
parent fe418cc5
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.16.0")
(version "2.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
"1p3w23n5bq30xg4qg0i9lmrk13vgck2l4wh8gmzwxwqfj7c738sy"))))
"0i99kmv4dvb9m2sd36kig4j6d59pxmq47ih3nxayd31j68r3i4pb"))))
(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