diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-25 22:39:07 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-25 22:39:29 -0500 |
commit | c9c7c030be6b22829b995c0530c00043ac93eca1 (patch) | |
tree | b88cd0ac442b28b6b000ef4f3861844b12b4d6f0 /gnu | |
parent | 187cc2b4037c52ceb444719a038e51704fcd15b3 (diff) | |
download | patches-c9c7c030be6b22829b995c0530c00043ac93eca1.tar patches-c9c7c030be6b22829b995c0530c00043ac93eca1.tar.gz |
gnu: libupnp: Update to 1.6.24.
* gnu/packages/libupnp.scm (libupnp): Update to 1.6.24.
Diffstat (limited to 'gnu')
-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 513e4c7385..3d5110c918 100644 --- a/gnu/packages/libupnp.scm +++ b/gnu/packages/libupnp.scm @@ -26,7 +26,7 @@ (define-public libupnp (package (name "libupnp") - (version "1.6.21") + (version "1.6.24") (source (origin (method url-fetch) @@ -34,7 +34,7 @@ version "/" name "-" version ".tar.bz2")) (sha256 (base32 - "16x3z6jg1krwyydmbd0z59z5c9x4pniaajmfmnp5pmx18q43qgxg")))) + "15ngi1i7cvsv7g15fb9bkswvi99d1plz52x5qgjn4h5vyfddg0vx")))) (build-system gnu-build-system) (arguments ;; The tests require a network device capable of multicasting which is |