bavier pushed a commit to branch master
in repository guix.

commit fa4131f2aa7ee97885169b9d3dcbf784c9382159
Author: Eric Bavier <bav...@cray.com>
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 <rek...@elephly.net>
 ;;; Copyright © 2018 Raoul Jean Pierre Bonnal <ilpuccio.f...@gmail.com>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayi...@gmail.com>
-;;; Copyright © 2015, 2016, 2017 Eric Bavier <bav...@member.fsf.org>
+;;; Copyright © 2015, 2016, 2017, 2018 Eric Bavier <bav...@member.fsf.org>
 ;;; Copyright © 2015 Eric Dvorsak <e...@dvorsak.fr>
 ;;; Copyright © 2016 Sou Bunnbu <iyzs...@gmail.com>
 ;;; Copyright © 2016 Jelle Licht <jli...@fsfe.org>
@@ -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

Reply via email to