me
/
guix
Archived
1
0
Fork 0

gnu: nsgenbind: Update to 0.8.

* gnu/packages/web.scm (nsgenbind): Update to 0.8.
master
Eric Bavier 2020-05-26 14:49:48 -05:00
parent a7597d2dce
commit 981d80b331
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -5219,7 +5219,7 @@ Public Suffix List. It is developed as part of the NetSurf project.")
(define-public nsgenbind (define-public nsgenbind
(package (package
(name "nsgenbind") (name "nsgenbind")
(version "0.7") (version "0.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5227,7 +5227,7 @@ Public Suffix List. It is developed as part of the NetSurf project.")
"nsgenbind-" version "-src.tar.gz")) "nsgenbind-" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"0rplmky4afsjwiwh7grkmcdmzg86zksa55j93dvq92f91yljwqqq")))) "1cqwgwca49jvmijwiyaab2bwxicgxdrnlpinf8kp3nha02nm73ad"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem) `(("netsurf-buildsystem" ,netsurf-buildsystem)