[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: hubbub: Update to 0.3.6.
From: |
guix-commits |
Subject: |
01/09: gnu: hubbub: Update to 0.3.6. |
Date: |
Tue, 30 Jul 2019 23:38:49 -0400 (EDT) |
bavier pushed a commit to branch master
in repository guix.
commit 33abd52719b8474365e448d8d6992bbfaca81012
Author: Eric Bavier <address@hidden>
Date: Tue Jul 30 19:22:25 2019 -0500
gnu: hubbub: Update to 0.3.6.
* gnu/packages/web.scm (hubbub)[source]: Update to 0.3.6. Remove use of
"name" in source url.
---
gnu/packages/web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 958bc1a..b49dd73 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2018 Raoul Jean Pierre Bonnal <address@hidden>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
-;;; Copyright © 2015, 2016, 2017, 2018 Eric Bavier <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Eric Bavier <address@hidden>
;;; Copyright © 2015 Eric Dvorsak <address@hidden>
;;; Copyright © 2016 Sou Bunnbu <address@hidden>
;;; Copyright © 2016 Jelle Licht <address@hidden>
@@ -4239,15 +4239,15 @@ C. It is developed as part of the NetSurf project.")
(define-public hubbub
(package
(name "hubbub")
- (version "0.3.5")
+ (version "0.3.6")
(source
(origin
(method url-fetch)
(uri (string-append "http://download.netsurf-browser.org/libs/releases/"
- "lib" name "-" version "-src.tar.gz"))
+ "libhubbub-" version "-src.tar.gz"))
(sha256
(base32
- "13yq1k96a7972x4r71i9bcsz9yiglj0yx7lj0ziq5r94w5my70ma"))
+ "1x3v7xvagx85v9h3pypzc86rcxs4mij87mmcqkp8pq50q6awfmnp"))
(patches (search-patches "hubbub-sort-entities.patch"))))
(build-system gnu-build-system)
(native-inputs
- branch master updated (274ba54 -> 9e43348), guix-commits, 2019/07/30
- 01/09: gnu: hubbub: Update to 0.3.6.,
guix-commits <=
- 03/09: gnu: libcss: Update to 0.9.0., guix-commits, 2019/07/30
- 05/09: gnu: libnspsl: Update to 0.1.5., guix-commits, 2019/07/30
- 02/09: gnu: libwapcaplet: Update to 0.4.2., guix-commits, 2019/07/30
- 04/09: gnu: libdom: Update to 0.4.0., guix-commits, 2019/07/30
- 06/09: gnu: nsgenbind: Update to 0.7., guix-commits, 2019/07/30
- 07/09: gnu: netsurf: Update to 3.9., guix-commits, 2019/07/30
- 08/09: gnu: Add libnslog., guix-commits, 2019/07/30
- 09/09: gnu: netsurf: Add libnslog input., guix-commits, 2019/07/30