gnu: libupnp: Update to 1.6.20.

* gnu/packages/libupnp.scm (libupnp): Update to 1.6.20.
master
Leo Famulari 2016-09-11 11:31:07 -04:00
parent 6c86cef5d3
commit 9f20f7f841
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
(define-public libupnp (define-public libupnp
(package (package
(name "libupnp") (name "libupnp")
(version "1.6.19") (version "1.6.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -33,7 +33,7 @@
version "/" name "-" version ".tar.bz2")) version "/" name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0amjv4lypvclmi4vim2qdyw5xa6v4x50zjgf682vahqjc0wjn55k")))) "0qrsdsb1qm85hc4jy04qph895613d148f0x1mmk6z99y3q43fdgf"))))
(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