diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:00 +0200 |
commit | 367b045c5551a11d38ceb816bdee5155b78baea8 (patch) | |
tree | d5f7f34d4c155ac8373bebf69c3b4f01a0162f83 /gnu/packages | |
parent | 25e9bb05da2fdc32dd7b4eec7bf4e4a7c451af8b (diff) |
gnu: libupnp: Update to 1.14.13.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.13.
Diffstat (limited to 'gnu/packages')
-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 5718235109..ba2eb5b416 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -96,14 +96,14 @@ over IRC, instant messaging, network games, and most server software.") (define-public libupnp (package (name "libupnp") - (version "1.14.12") + (version "1.14.13") (source (origin (method url-fetch) (uri (string-append "https://github.com/pupnp/pupnp/releases/download" "/release-" version "/libupnp-" version".tar.bz2")) (sha256 - (base32 "1b5mnn01cx840paggxrajg63gqzmw8mi4p14jhi9r4qyvam80709")))) + (base32 "0klag10gwrr6yx41v72w1jmyz87wzj1qpdcwv45qzjn53bp7lp82")))) (native-inputs (list pkg-config)) (build-system gnu-build-system) |