guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit e0e0f44a8eaf47106c4f99803fd36208e299a2d9
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon May 19 14:01:19 2025 +0900

    gnu: gupnp-av: Update to 0.14.3.
    
    * gnu/packages/gnome.scm (gupnp-av): Update to 0.14.3.
    
    Change-Id: Ib070e21f566960dbc328553464d90698662bb61a
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6aa7d932d..30db192300 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1499,7 +1499,7 @@ given profile, etc.  DLNA is a subset of UPnP A/V.")
 (define-public gupnp-av
   (package
    (name "gupnp-av")
-   (version "0.14.1")
+   (version "0.14.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1507,7 +1507,7 @@ given profile, etc.  DLNA is a subset of UPnP A/V.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0kry7arwmvs8b4175wia3l0s02ap1shq68f29g2xjrhc9g6f175p"))))
+              "1d3vy6mdj3rvf11lf36y9qdc4692w6dhb2ax6qlrasp68dh09qmb"))))
    (build-system meson-build-system)
    (native-inputs
     (list gettext-minimal

Reply via email to