gnu: netsurf-buildsystem: Update to 1.6.
* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6.
This commit is contained in:
parent
511d8a02e8
commit
bf56082605
|
@ -4151,7 +4151,7 @@ tools they trust (e.g. wget).")
|
||||||
(define netsurf-buildsystem
|
(define netsurf-buildsystem
|
||||||
(package
|
(package
|
||||||
(name "netsurf-buildsystem")
|
(name "netsurf-buildsystem")
|
||||||
(version "1.5")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4159,7 +4159,7 @@ tools they trust (e.g. wget).")
|
||||||
"buildsystem-" version ".tar.gz"))
|
"buildsystem-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wdgvasrjik1dgvvpqbppbpyfzkqd1v45x3g9rq7p67n773azinv"))))
|
"0p5k708lcq8dip9xxck6hml32bjrbyipprm22bbsvdnsc0pqm71x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("perl" ,perl)))
|
(inputs `(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue