unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] webkitgtk 2.14.0 update
@ 2016-09-21  6:51 Leo Famulari
  2016-09-21  6:51 ` [PATCH 1/1] gnu: webkitgtk: Update to 2.14.0 Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2016-09-21  6:51 UTC (permalink / raw)
  To: guix-devel

Shotwell works with this on x86_64.

Leo Famulari (1):
  gnu: webkitgtk: Update to 2.14.0.

 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.10.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] gnu: webkitgtk: Update to 2.14.0.
  2016-09-21  6:51 [PATCH 0/1] webkitgtk 2.14.0 update Leo Famulari
@ 2016-09-21  6:51 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-09-21  6:51 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.0.
---
 gnu/packages/webkit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 4e3ceb4..888838d 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -53,14 +53,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.12.5")
+    (version "2.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0h0wig413399wws6l88mn1nnjbqb42vb55yvz8az39b4p1a7h53b"))))
+                "02paj0anbnqn1z3hn5c4csmq9nga995rzagiplj3sjk2dj1ss4q5"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-21  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  6:51 [PATCH 0/1] webkitgtk 2.14.0 update Leo Famulari
2016-09-21  6:51 ` [PATCH 1/1] gnu: webkitgtk: Update to 2.14.0 Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).