[PATCH] gnu: libupnp: Update to 1.14.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228114028.23354-1-vincent.legoll@gmail.com
* gnu/packages/upnp.scm (libupnp): Update to 1.14.0.
---
gnu/packages/upnp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45489-done@debbugs.gnu.org)
X+1/FmLvlTxDuwAo@jasmine.lan
On Mon, Dec 28, 2020 at 12:40:28PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/upnp.scm (libupnp): Update to 1.14.0.

Thanks! Pushed as 9606041dcb8509a1d62c9c80261178330cf60615
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45489@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45489
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help