guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: nsgenbind: Update to 0.8.


From: guix-commits
Subject: 10/12: gnu: nsgenbind: Update to 0.8.
Date: Tue, 26 May 2020 16:18:03 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 981d80b331afc39365ccf393684b9b94cd0eaec0
Author: Eric Bavier <address@hidden>
AuthorDate: Tue May 26 14:49:48 2020 -0500

    gnu: nsgenbind: Update to 0.8.
    
    * gnu/packages/web.scm (nsgenbind): Update to 0.8.
---
 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 4f5646d..68b0336 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5219,7 +5219,7 @@ Public Suffix List.  It is developed as part of the 
NetSurf project.")
 (define-public nsgenbind
   (package
     (name "nsgenbind")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
@@ -5227,7 +5227,7 @@ Public Suffix List.  It is developed as part of the 
NetSurf project.")
                            "nsgenbind-" version "-src.tar.gz"))
        (sha256
         (base32
-         "0rplmky4afsjwiwh7grkmcdmzg86zksa55j93dvq92f91yljwqqq"))))
+         "1cqwgwca49jvmijwiyaab2bwxicgxdrnlpinf8kp3nha02nm73ad"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)



reply via email to

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