unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64492] [PATCH] gnu: libupnp: Update to 1.14.17
@ 2023-07-06  9:16 Michael Ford
  2023-07-18 12:26 ` bug#64492: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-07-06  9:16 UTC (permalink / raw)
  To: 64492

From 5a6c851f60b9c8d6f862301b7c742516f1a40fa1 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 6 Jul 2023 10:13:41 +0100
Subject: [PATCH] gnu: libupnp: Update to 1.14.17

* gnu/packages/upnp.scm (libupnp): Update to 1.14.17.
---
 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 df94dc8f8b..bc93f51563 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -96,14 +96,14 @@ (define-public miniupnpc
 (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)
-- 
2.41.0




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

* bug#64492: [PATCH] gnu: libupnp: Update to 1.14.17
  2023-07-06  9:16 [bug#64492] [PATCH] gnu: libupnp: Update to 1.14.17 Michael Ford
@ 2023-07-18 12:26 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-18 12:26 UTC (permalink / raw)
  To: Michael Ford; +Cc: 64492-done

Michael Ford <fanquake@gmail.com> writes:

>>From 5a6c851f60b9c8d6f862301b7c742516f1a40fa1 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 6 Jul 2023 10:13:41 +0100
> Subject: [PATCH] gnu: libupnp: Update to 1.14.17

Pushed to master, thank you!




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

end of thread, other threads:[~2023-07-18 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-06  9:16 [bug#64492] [PATCH] gnu: libupnp: Update to 1.14.17 Michael Ford
2023-07-18 12:26 ` bug#64492: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).