guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/13: hubbub: Upgrade to 0.3.5.


From: Eric Bavier
Subject: 03/13: hubbub: Upgrade to 0.3.5.
Date: Thu, 30 Aug 2018 01:45:32 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit b06bf74b4139e6718926dfdb3aff3cdda0cbd793
Author: Eric Bavier <address@hidden>
Date:   Wed Aug 29 14:00:11 2018 -0500

    hubbub: Upgrade to 0.3.5.
    
    * gnu/packages/web.scm (hubbub): Upgrade to 0.3.5.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6381aec..5fe149a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4339,7 +4339,7 @@ C.  It is developed as part of the NetSurf project.")
 (define-public hubbub
   (package
     (name "hubbub")
-    (version "0.3.4")
+    (version "0.3.5")
     (source
      (origin
        (method url-fetch)
@@ -4347,7 +4347,7 @@ C.  It is developed as part of the NetSurf project.")
                            "lib" name "-" version "-src.tar.gz"))
        (sha256
         (base32
-         "1shi4hv8drn9zy8f2f6yhnz2dqnpg5jkybvqhzggfjx1q35fbxz3"))
+         "13yq1k96a7972x4r71i9bcsz9yiglj0yx7lj0ziq5r94w5my70ma"))
        (patches (search-patches "hubbub-sort-entities.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]