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

commit fa43119c97f84a888caa28151dac349671ab85e3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:51 2025 +0900

    gnu: gupnp-av: Update to 0.14.4.
    
    * gnu/packages/gnome.scm (gupnp-av): Update to 0.14.4.
    
    Change-Id: I93cb751fd8ed6b797f4617d680e0260605fc0712
---
 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 0f5f8e2c7a..5c7c5eb3db 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1530,7 +1530,7 @@ given profile, etc.  DLNA is a subset of UPnP A/V.")
 (define-public gupnp-av
   (package
    (name "gupnp-av")
-   (version "0.14.3")
+   (version "0.14.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1538,7 +1538,7 @@ given profile, etc.  DLNA is a subset of UPnP A/V.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1d3vy6mdj3rvf11lf36y9qdc4692w6dhb2ax6qlrasp68dh09qmb"))))
+              "1izq71qphyac02ynypwk0skxqzhfr0zrl7dap3sxrdaw4yrp9n91"))))
    (build-system meson-build-system)
    (native-inputs
     (list gettext-minimal

Reply via email to