diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 20:52:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 21:36:39 +0200 |
commit | ec7049ada54c289195b965427cb88201f4990132 (patch) | |
tree | 5d210c769775b52cbe56d6d955b8b46fc986ccbd /gnu/packages/upnp.scm | |
parent | ea5d464247b35e50c16a70845b9e935e18f05b2a (diff) | |
download | guix-ec7049ada54c289195b965427cb88201f4990132.tar.gz |
gnu: libupnp: Update to 1.14.12.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.12.
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 cc20ca3e21..ffdebdf1de 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.7") + (version "1.14.12") (source (origin (method url-fetch) (uri (string-append "https://github.com/pupnp/pupnp/releases/download" "/release-" version "/libupnp-" version".tar.bz2")) (sha256 - (base32 "093wmhk7rdmg2ixyam4hpxa43g25555jgb3i4y7223mwhr5aqrkv")))) + (base32 "1b5mnn01cx840paggxrajg63gqzmw8mi4p14jhi9r4qyvam80709")))) (native-inputs `(("pkg-config" ,pkg-config))) (build-system gnu-build-system) |