diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-11 11:31:07 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-11 11:31:40 -0400 |
commit | 9f20f7f8416c79e20a9670662630711cf00760bb (patch) | |
tree | be761f07d28d0b7080abc46829379fd5feca5798 /gnu/packages/libupnp.scm | |
parent | 6c86cef5d36d613be0a62f8f18e276232abf51f0 (diff) | |
download | guix-9f20f7f8416c79e20a9670662630711cf00760bb.tar guix-9f20f7f8416c79e20a9670662630711cf00760bb.tar.gz |
gnu: libupnp: Update to 1.6.20.
* gnu/packages/libupnp.scm (libupnp): Update to 1.6.20.
Diffstat (limited to 'gnu/packages/libupnp.scm')
-rw-r--r-- | gnu/packages/libupnp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libupnp.scm b/gnu/packages/libupnp.scm index 520bf1c297..2f9a5741d7 100644 --- a/gnu/packages/libupnp.scm +++ b/gnu/packages/libupnp.scm @@ -25,7 +25,7 @@ (define-public libupnp (package (name "libupnp") - (version "1.6.19") + (version "1.6.20") (source (origin (method url-fetch) @@ -33,7 +33,7 @@ version "/" name "-" version ".tar.bz2")) (sha256 (base32 - "0amjv4lypvclmi4vim2qdyw5xa6v4x50zjgf682vahqjc0wjn55k")))) + "0qrsdsb1qm85hc4jy04qph895613d148f0x1mmk6z99y3q43fdgf")))) (build-system gnu-build-system) (arguments ;; The tests require a network device capable of multicasting which is |