summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-07-06 10:13:41 +0100
committer宋文武 <iyzsong@member.fsf.org>2023-07-18 20:23:42 +0800
commit1bd3b7d2c7c2ad22f0aba200ed613425e3a11223 (patch)
treea8e30f58d735b2c1db5e18df44b2b9dd30baaad4 /gnu
parenta6eb936d281a988d0c83f4bdaacc72c43f9644ad (diff)
downloadguix-1bd3b7d2c7c2ad22f0aba200ed613425e3a11223.tar.gz
gnu: libupnp: Update to 1.14.17.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.17.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/upnp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index df94dc8f8b..bc93f51563 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.15")
+    (version "1.14.17")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://github.com/pupnp/pupnp/releases/download"
                           "/release-" version "/libupnp-" version".tar.bz2"))
       (sha256
-       (base32 "1133wv3jrjpa355hnjxwp26igxq5l3xf3qi9m4jnyic3xb394kkr"))))
+       (base32 "1yvgrfdhvsz6br3i7k37pigcw25rnzkxdx4sjizqqhm0xd1751wv"))))
     (native-inputs
      (list pkg-config))
     (build-system gnu-build-system)