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

commit adfe04d2599b17e0a98467e963eda9eba0b33090
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sat Dec 28 18:14:29 2024 +0800

    gnu: libxvmc: Update to 1.0.14.
    
    * gnu/packages/xorg.scm (libxvmc): Update to 1.0.14.
    
    Change-Id: If951980e6aeb441dd0de5080dc647afb0a51983d
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f0ab434339..eb46538ed6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4975,7 +4975,7 @@ new API's in libXft, or the legacy API's in libX11.")
 (define-public libxvmc
   (package
     (name "libxvmc")
-    (version "1.0.13")
+    (version "1.0.14")
     (source
      (origin
        (method url-fetch)
@@ -4983,7 +4983,7 @@ new API's in libXft, or the legacy API's in libX11.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "0z35xqna3dnrfxgn9aa1y6jx7mrwsn8vi8dcwm3sg23qx9nvx7ha"))))
+         "1nayf8qck0b1xb88dirdbvj7clr18wq1dxs73zwbpzdsnsv9xgp4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '(,@(malloc0-flags) "--disable-static")))

Reply via email to