mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
libnsgif: Upgrade to 0.2.1.
* gnu/packages/web.scm (libnsgif): Upgrade to 0.2.1.
This commit is contained in:
parent
ef2198ac5b
commit
1dc02e727b
1 changed files with 2 additions and 2 deletions
|
@ -4597,7 +4597,7 @@ (define-public libnsbmp
|
||||||
(define-public libnsgif
|
(define-public libnsgif
|
||||||
(package
|
(package
|
||||||
(name "libnsgif")
|
(name "libnsgif")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4605,7 +4605,7 @@ (define-public libnsgif
|
||||||
name "-" version "-src.tar.gz"))
|
name "-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1phwf0m24m6nd7096fw14hanl4f8gr9bcppi834lbik04agxk38a"))))
|
"0jwshypgmx16xlsbx3d8njk8a5khazlplca5mxd3rdbhrlsabbly"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("netsurf-buildsystem" ,netsurf-buildsystem)))
|
`(("netsurf-buildsystem" ,netsurf-buildsystem)))
|
||||||
|
|
Loading…
Reference in a new issue