summary refs log tree commit diff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2017-11-05 00:14:29 -0500
committerEric Bavier <bavier@member.fsf.org>2017-11-05 07:46:07 -0600
commit84dec7a0c08c66ba8434442c933e518c9c3b1508 (patch)
tree4c5976dc0a7eaca1d3df57657011d7857e0a8b7e /gnu/packages/web.scm
parentbf560826052c86d5f7072ffdb6d0d454dbe8ef37 (diff)
downloadguix-84dec7a0c08c66ba8434442c933e518c9c3b1508.tar.gz
gnu: hubbub: Update to 0.3.4.
* gnu/packages/web.scm (hubbub): Update to 0.3.4.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a28012dd2d..e5dbec5e78 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4215,7 +4215,7 @@ C.  It is developed as part of the NetSurf project.")
 (define-public hubbub
   (package
     (name "hubbub")
-    (version "0.3.3")
+    (version "0.3.4")
     (source
      (origin
        (method url-fetch)
@@ -4223,7 +4223,7 @@ C.  It is developed as part of the NetSurf project.")
                            "lib" name "-" version "-src.tar.gz"))
        (sha256
         (base32
-         "101781iw32p47386fxqr01nrkywi12w17ajh02k2vlga4z8zyv86"))
+         "1shi4hv8drn9zy8f2f6yhnz2dqnpg5jkybvqhzggfjx1q35fbxz3"))
        (patches (search-patches "hubbub-sort-entities.patch"))))
     (build-system gnu-build-system)
     (native-inputs