guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: hubbub: Update to 0.3.7.


From: guix-commits
Subject: 02/12: gnu: hubbub: Update to 0.3.7.
Date: Tue, 26 May 2020 16:18:01 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 3f0f147a5f21791be3e57b4f117887db3590262e
Author: Eric Bavier <address@hidden>
AuthorDate: Tue May 26 14:43:15 2020 -0500

    gnu: hubbub: Update to 0.3.7.
    
    * gnu/packages/web.scm (hubbub): Update to 0.3.7.
---
 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 da39293..de28c3c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4799,7 +4799,7 @@ C.  It is developed as part of the NetSurf project.")
 (define-public hubbub
   (package
     (name "hubbub")
-    (version "0.3.6")
+    (version "0.3.7")
     (source
      (origin
        (method url-fetch)
@@ -4807,7 +4807,7 @@ C.  It is developed as part of the NetSurf project.")
                            "libhubbub-" version "-src.tar.gz"))
        (sha256
         (base32
-         "1x3v7xvagx85v9h3pypzc86rcxs4mij87mmcqkp8pq50q6awfmnp"))
+         "1dimfyblmym98qa1b80c5jslv2zk8r44xbdrgrsrw1n9wr9y4yly"))
        (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]