gnu: libupnp: Update to 1.6.20.
* gnu/packages/libupnp.scm (libupnp): Update to 1.6.20.
This commit is contained in:
parent
6c86cef5d3
commit
9f20f7f841
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue