guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 535c77f9714e3e80a219915717c5141af7c7031b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Sep 27 10:25:00 2025 +0900

    gnu: gupnp-av: Update to 0.14.4.
    
    * gnu/packages/gnome.scm (gupnp-av): Update to 0.14.4.
    
    Change-Id: I13cce944540f84f36d888e2266fb70728efecf2e
---
 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 63b65d4248..8f9e18561b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1476,7 +1476,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.4")
    (source (origin
             (method url-fetch)
             (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"))
             (sha256
              (base32
-              "0kry7arwmvs8b4175wia3l0s02ap1shq68f29g2xjrhc9g6f175p"))))
+              "1izq71qphyac02ynypwk0skxqzhfr0zrl7dap3sxrdaw4yrp9n91"))))
    (build-system meson-build-system)
    (native-inputs
     (list gettext-minimal

Reply via email to