all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45489] [PATCH] gnu: libupnp: Update to 1.14.0.
@ 2020-12-28 11:40 Vincent Legoll
  2020-12-31  7:34 ` bug#45489: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-28 11:40 UTC (permalink / raw)
  To: 45489; +Cc: Vincent Legoll

* gnu/packages/upnp.scm (libupnp): Update to 1.14.0.
---
 gnu/packages/upnp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index f0c03e12b3..aac2ae370f 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -94,7 +94,7 @@ over IRC, instant messaging, network games, and most server software.")
 (define-public libupnp
   (package
     (name "libupnp")
-    (version "1.12.1")
+    (version "1.14.0")
     (source
      (origin
       (method url-fetch)
@@ -102,7 +102,7 @@ over IRC, instant messaging, network games, and most server software.")
                           "/release-" version "/libupnp-" version".tar.bz2"))
       (sha256
        (base32
-        "02a0dnbk1cla8xlb5l2zp09grv2hsf8n4jbd560mmzj830mn8dpw"))))
+        "1sswsdqzarrd6h9mld2lncbcrfhd4p16zcafvmxqm34nj513vcpc"))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (build-system gnu-build-system)
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45489: [PATCH] gnu: libupnp: Update to 1.14.0.
  2020-12-28 11:40 [bug#45489] [PATCH] gnu: libupnp: Update to 1.14.0 Vincent Legoll
@ 2020-12-31  7:34 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-31  7:34 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45489-done

On Mon, Dec 28, 2020 at 12:40:28PM +0100, Vincent Legoll wrote:
> * gnu/packages/upnp.scm (libupnp): Update to 1.14.0.

Thanks! Pushed as 9606041dcb8509a1d62c9c80261178330cf60615




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-31  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 11:40 [bug#45489] [PATCH] gnu: libupnp: Update to 1.14.0 Vincent Legoll
2020-12-31  7:34 ` bug#45489: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.