diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-01-11 11:58:03 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-01-11 19:48:00 +0100 |
commit | 50e1843b3a01eb83e83e33f96b9e50dfb10a1935 (patch) | |
tree | 00296e5066197c6e935c8818728f89162cf57408 /gnu/packages/upnp.scm | |
parent | 46b082f97f73cd79b40bde15cfe3e4ddb28ba209 (diff) | |
download | guix-50e1843b3a01eb83e83e33f96b9e50dfb10a1935.tar guix-50e1843b3a01eb83e83e33f96b9e50dfb10a1935.tar.gz |
gnu: libupnp: Update to 1.6.25.
* gnu/packages/upnp.scm (libupnp): Update to 1.6.25.
Diffstat (limited to 'gnu/packages/upnp.scm')
-rw-r--r-- | gnu/packages/upnp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index 24b17111e9..e7da5b30c0 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -125,7 +125,7 @@ over IRC, instant messaging, network games, and most server software.") (define-public libupnp (package (name "libupnp") - (version "1.6.24") + (version "1.6.25") (source (origin (method url-fetch) @@ -133,7 +133,7 @@ over IRC, instant messaging, network games, and most server software.") version "/" name "-" version ".tar.bz2")) (sha256 (base32 - "15ngi1i7cvsv7g15fb9bkswvi99d1plz52x5qgjn4h5vyfddg0vx")))) + "0hzsd7rvfa87b4hxg9yj4xhdfxx9sp09r9sqdl3mqhvmcyw018y5")))) (build-system gnu-build-system) (arguments ;; The tests require a network device capable of multicasting which is |