summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2023-08-22 11:59:29 +0100
committerEfraim Flashner <efraim@flashner.co.il>2023-09-08 14:31:58 +0300
commite65ae376715676c39c70cad58a3c7803192cfcc6 (patch)
tree16ef3eec05e6e057cdd5a68657936f2c4b5652b9 /gnu/packages
parent3228dcd7dbb532293d451d4d411df59f462e0287 (diff)
downloadguix-e65ae376715676c39c70cad58a3c7803192cfcc6.tar.gz
gnu: libupnp: Update to 1.14.18.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.18.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-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 bc93f51563..1602136e29 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.17")
+    (version "1.14.18")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://github.com/pupnp/pupnp/releases/download"
                           "/release-" version "/libupnp-" version".tar.bz2"))
       (sha256
-       (base32 "1yvgrfdhvsz6br3i7k37pigcw25rnzkxdx4sjizqqhm0xd1751wv"))))
+       (base32 "1sywi1l0sc9s55hryfwqb5y5fhyyqx6ida5i7bk8m1p27klwx9qn"))))
     (native-inputs
      (list pkg-config))
     (build-system gnu-build-system)