[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: netsurf-buildsystem: Update to 1.6.
From: |
Eric Bavier |
Subject: |
01/08: gnu: netsurf-buildsystem: Update to 1.6. |
Date: |
Sun, 5 Nov 2017 13:46:29 -0500 (EST) |
bavier pushed a commit to branch master
in repository guix.
commit bf560826052c86d5f7072ffdb6d0d454dbe8ef37
Author: Eric Bavier <address@hidden>
Date: Sat Nov 4 23:52:17 2017 -0500
gnu: netsurf-buildsystem: Update to 1.6.
* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6.
---
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 eea8bb6..a28012d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4151,7 +4151,7 @@ tools they trust (e.g. wget).")
(define netsurf-buildsystem
(package
(name "netsurf-buildsystem")
- (version "1.5")
+ (version "1.6")
(source
(origin
(method url-fetch)
@@ -4159,7 +4159,7 @@ tools they trust (e.g. wget).")
"buildsystem-" version ".tar.gz"))
(sha256
(base32
- "0wdgvasrjik1dgvvpqbppbpyfzkqd1v45x3g9rq7p67n773azinv"))))
+ "0p5k708lcq8dip9xxck6hml32bjrbyipprm22bbsvdnsc0pqm71x"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)))
(arguments
- branch master updated (511d8a0 -> d8799bd), Eric Bavier, 2017/11/05
- 04/08: gnu: libdom: Update to 0.3.2., Eric Bavier, 2017/11/05
- 06/08: gnu: libnsgif: Update to 0.2.0., Eric Bavier, 2017/11/05
- 01/08: gnu: netsurf-buildsystem: Update to 1.6.,
Eric Bavier <=
- 02/08: gnu: hubbub: Update to 0.3.4., Eric Bavier, 2017/11/05
- 03/08: gnu: libwapcaplet: Update to 0.4.0., Eric Bavier, 2017/11/05
- 05/08: gnu: libsvgtiny: Update to 0.1.6., Eric Bavier, 2017/11/05
- 07/08: gnu: libnspsl: Update to 0.1.2., Eric Bavier, 2017/11/05
- 08/08: gnu: netsurf: Update to 3.7., Eric Bavier, 2017/11/05