gnu: libupnp: Update to 1.6.24.

*  gnu/packages/libupnp.scm (libupnp): Update to 1.6.24.
This commit is contained in:
Leo Famulari 2017-12-25 22:39:07 -05:00
parent 187cc2b403
commit c9c7c030be
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -26,7 +26,7 @@ (define-module (gnu packages libupnp)
(define-public libupnp (define-public libupnp
(package (package
(name "libupnp") (name "libupnp")
(version "1.6.21") (version "1.6.24")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -34,7 +34,7 @@ (define-public libupnp
version "/" name "-" version ".tar.bz2")) version "/" name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"16x3z6jg1krwyydmbd0z59z5c9x4pniaajmfmnp5pmx18q43qgxg")))) "15ngi1i7cvsv7g15fb9bkswvi99d1plz52x5qgjn4h5vyfddg0vx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; The tests require a network device capable of multicasting which is ;; The tests require a network device capable of multicasting which is