gnu: gupnp-av: Update to 0.14.4.

* gnu/packages/gnome.scm (gupnp-av): Update to 0.14.4.

Change-Id: I13cce944540f84f36d888e2266fb70728efecf2e
This commit is contained in:
Maxim Cournoyer 2025-09-27 10:25:00 +09:00
parent 85d06eda27
commit 4b47837cf4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1476,7 +1476,7 @@ given profile, etc. DLNA is a subset of UPnP A/V.")
(define-public gupnp-av (define-public gupnp-av
(package (package
(name "gupnp-av") (name "gupnp-av")
(version "0.14.1") (version "0.14.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -1484,7 +1484,7 @@ given profile, etc. DLNA is a subset of UPnP A/V.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0kry7arwmvs8b4175wia3l0s02ap1shq68f29g2xjrhc9g6f175p")))) "1izq71qphyac02ynypwk0skxqzhfr0zrl7dap3sxrdaw4yrp9n91"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gettext-minimal (list gettext-minimal