bavier pushed a commit to branch master
in repository guix.
commit fa4131f2aa7ee97885169b9d3dcbf784c9382159
Author: Eric Bavier <[email protected]>
Date: Wed Aug 29 13:58:35 2018 -0500
netsurf-buildsystem: Upgrade to 1.7.
* gnu/packages/web.scm (netsurf-buildsystem): Upgrade to 1.7.
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index aea7565..b9c2e9e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2018 Raoul Jean Pierre Bonnal <[email protected]>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
-;;; Copyright © 2015, 2016, 2017 Eric Bavier <[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018 Eric Bavier <[email protected]>
;;; Copyright © 2015 Eric Dvorsak <[email protected]>
;;; Copyright © 2016 Sou Bunnbu <[email protected]>
;;; Copyright © 2016 Jelle Licht <[email protected]>
@@ -4275,7 +4275,7 @@ tools they trust (e.g. wget).")
(define netsurf-buildsystem
(package
(name "netsurf-buildsystem")
- (version "1.6")
+ (version "1.7")
(source
(origin
(method url-fetch)
@@ -4283,7 +4283,7 @@ tools they trust (e.g. wget).")
"buildsystem-" version ".tar.gz"))
(sha256
(base32
- "0p5k708lcq8dip9xxck6hml32bjrbyipprm22bbsvdnsc0pqm71x"))))
+ "1q23aaycv35ma5471l1gxib8lfq2s9kprrkaqgfc926d04rlbmhw"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)))
(arguments