[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
- branch master updated (c827c52 -> cfdefb8), guix-commits, 2020/05/26
- 01/12: gnu: netsurf-buildsystem: Update to 1.9., guix-commits, 2020/05/26
- 02/12: gnu: hubbub: Update to 0.3.7.,
guix-commits <=
- 03/12: gnu: libwapcaplet: Update to 0.4.3., guix-commits, 2020/05/26
- 04/12: gnu: libcss: Update to 0.9.1., guix-commits, 2020/05/26
- 06/12: gnu: libnsbmp: Update to 0.1.6., guix-commits, 2020/05/26
- 07/12: gnu: libnslog: Update to 0.1.3., guix-commits, 2020/05/26
- 05/12: gnu: libdom: Update to 0.4.1., guix-commits, 2020/05/26
- 08/12: gnu: libnsutils: Update to 0.1.0., guix-commits, 2020/05/26
- 10/12: gnu: nsgenbind: Update to 0.8., guix-commits, 2020/05/26
- 09/12: gnu: libnspsl: Update to 0.1.6., guix-commits, 2020/05/26
- 12/12: gnu: netsurf: Remove tabulations in source., guix-commits, 2020/05/26
- 11/12: gnu: netsurf: Update to 3.10., guix-commits, 2020/05/26