nckx pushed a commit to branch master
in repository guix.
commit 291a26dbca8a52cce32798b544dce306a6b7dfa6
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Mar 7 14:34:37 2021 +0100
gnu: libupnp: Update to 1.14.2.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.2.
---
gnu/packages/upnp.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 8f4e995..33f3fb2 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Sree Harsha Totakura <[email protected]>
;;; Copyright © 2015 Federico Beffa <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice
<[email protected]>
;;; Copyright © 2018 Theodoros Foradis <[email protected]>
;;; Copyright © 2019 Jens Mølgaard <[email protected]>
;;; Copyright © 2020 Jan Wielkiewicz <[email protected]>
@@ -96,15 +96,14 @@ over IRC, instant messaging, network games, and most server
software.")
(define-public libupnp
(package
(name "libupnp")
- (version "1.14.0")
+ (version "1.14.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/pupnp/pupnp/releases/download"
"/release-" version "/libupnp-" version".tar.bz2"))
(sha256
- (base32
- "1sswsdqzarrd6h9mld2lncbcrfhd4p16zcafvmxqm34nj513vcpc"))))
+ (base32 "0w62sn95fnp12qwz5nid6ksg2h9k0k6rinz00p8m3jd4j5dh9qzz"))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(build-system gnu-build-system)