diff options
author | Mark H Weaver <[email protected]> | 2016-03-12 15:07:41 -0500 |
---|---|---|
committer | Mark H Weaver <[email protected]> | 2016-03-12 15:07:41 -0500 |
commit | 2c9f0b077018d2cac599bd2f466769cd5ffd3adc (patch) | |
tree | 57471e07a36c096bc9223b2fc76cced32eafa04b /gnu/packages/webkit.scm | |
parent | f5a9103991531d17bd1d5a944dcec1c49fb9f395 (diff) | |
parent | 9591e11a4c87982943c9eb527b3b1d72aab8cc08 (diff) |
Merge branch 'master' into security-updates
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r-- | gnu/packages/webkit.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 4be2738848..3f2d11e70c 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2015 Sou Bunnbu <[email protected]> ;;; Copyright © 2015 David Hashe <[email protected]> ;;; Copyright © 2015 Ricardo Wurmus <[email protected]> -;;; Copyright © 2015 Mark H Weaver <[email protected]> +;;; Copyright © 2015, 2016 Mark H Weaver <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -53,14 +53,14 @@ (define-public webkitgtk (package (name "webkitgtk") - (version "2.10.7") + (version "2.10.8") (source (origin (method url-fetch) (uri (string-append "http://www.webkitgtk.org/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "0kl6a9v644vis69i0gpz88l82szi8zc842pzlqqxxpnn5v4643cr")))) + "1a98z7fa8vxk7y2hlbnkl767908anyyxbwkyiar5gi037yr84dii")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no tests |