summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-16 01:46:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-16 03:47:14 +0200
commit5b882f47c2a5d755e6169648c33467266dff342f (patch)
treec975c94c83c9c76d1de80e17a3be8e0f626de886
parentc257e0ec827b41c7dbb190b82f0f5a7fd7a01830 (diff)
downloadguix-patches-5b882f47c2a5d755e6169648c33467266dff342f.tar
guix-patches-5b882f47c2a5d755e6169648c33467266dff342f.tar.gz
gnu: gupnp: Update to 1.2.4.
* gnu/packages/gnome.scm (gupnp): Update to 1.2.4.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f89feca598..760824474d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -481,7 +481,7 @@ a debugging tool, @command{gssdp-device-sniffer}.")
(define-public gupnp
(package
(name "gupnp")
- (version "1.2.2")
+ (version "1.2.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -489,7 +489,7 @@ a debugging tool, @command{gssdp-device-sniffer}.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12cr3isww4zl0d4himpd2fhl2wmy3jh8sbxp4snp51sw7savv04s"))))
+ "1ld7mrpdv9cszmfzh7i19qx4li25j3fr7x1jp38l8phzlmz3187p"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)