all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: webkitgtk: Update to 2.8.3.
@ 2015-05-29 10:37 宋文武
  0 siblings, 0 replies; only message in thread
From: 宋文武 @ 2015-05-29 10:37 UTC (permalink / raw)
  To: guix-devel

The version (2.8.9) mentioned in the previous commit (e7e8ea0) message
was wrong.  Should be '2.4.9'.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3.
---
 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 d2a7f05..0f3a44b 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -51,14 +51,14 @@
 (define-public webkitgtk
   (package
     (name "webkitgtk")
-    (version "2.8.1")
+    (version "2.8.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.webkitgtk.org/releases/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zv030ryfwwp57yzlpr9bgpxcmc64izsxk2vsyd4kjhns9cl88bx"))))
+                "05igg61lflgwy83cmxgyzmvf2bkhplmp8710ssrlpmbfcz461pmk"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests
-- 
2.2.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-29 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 10:37 [PATCH] gnu: webkitgtk: Update to 2.8.3 宋文武

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.