guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]