iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 0c998ae51d8b7efb5c072abd175a052e77a0022a
Author: Sou Bunnbu (宋文武) <[email protected]>
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 9ca6d528a2..60a1ce961a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4976,7 +4976,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)
@@ -4984,7 +4984,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")))