guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: nsgenbind: Update to 0.7.


From: guix-commits
Subject: 06/09: gnu: nsgenbind: Update to 0.7.
Date: Tue, 30 Jul 2019 23:38:50 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 595d4ab163163a6671521251b02a2fbd2e2f81c8
Author: Eric Bavier <address@hidden>
Date:   Tue Jul 30 19:27:08 2019 -0500

    gnu: nsgenbind: Update to 0.7.
    
    * gnu/packages/web.scm (nsgenbind)[source]: Update to 0.7.  Remove use of
    "name" in source url.
---
 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 491fe83..17b611a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4558,15 +4558,15 @@ Public Suffix List.  It is developed as part of the 
NetSurf project.")
 (define-public nsgenbind
   (package
     (name "nsgenbind")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://download.netsurf-browser.org/libs/releases/";
-                           name "-" version "-src.tar.gz"))
+                           "nsgenbind-" version "-src.tar.gz"))
        (sha256
         (base32
-         "0v1cb1rz5fix9ql31nzmglj7sybya6d12b2fkaypm1avcca59xwj"))))
+         "0rplmky4afsjwiwh7grkmcdmzg86zksa55j93dvq92f91yljwqqq"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)



reply via email to

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