diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-16 16:57:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-16 18:33:48 +0200 |
commit | 7ee5881dc16655f682449b3ac60a8e3b900e03a2 (patch) | |
tree | 30cf0c40b5b59098abead8a2a599ae645cf2da74 /gnu/packages/webkit.scm | |
parent | 727ffbd56b016a3cb4a81bd0b03b17ce8164a73b (diff) | |
download | patches-7ee5881dc16655f682449b3ac60a8e3b900e03a2.tar patches-7ee5881dc16655f682449b3ac60a8e3b900e03a2.tar.gz |
gnu: webkitgtk: Update to 2.20.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.1.
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r-- | gnu/packages/webkit.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index df049e15a3..4c0c955169 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -55,14 +55,14 @@ (define-public webkitgtk (package (name "webkitgtk") - (version "2.20.0") + (version "2.20.1") (source (origin (method url-fetch) (uri (string-append "https://www.webkitgtk.org/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "0g0an3pc2yz13gzpaysfgch2yp510gw1qcpk0xr8m6mx43vl1xjp")))) + "0nc9dj05dbk31ciip08b3rdsfja7ckc5mgagrj030fafza2k5r23")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no tests |