[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/33: gnu: libxxf86dga: Update to 1.1.6.
From: |
guix-commits |
Subject: |
07/33: gnu: libxxf86dga: Update to 1.1.6. |
Date: |
Tue, 31 Jan 2023 05:55:53 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 88e8b3422b3d34df2f79066597cea7ec120da400
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:23 2023 +0200
gnu: libxxf86dga: Update to 1.1.6.
* gnu/packages/xorg.scm (libxxf86dga): Update to 1.1.6.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e1be9236ce..12ee9511b3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1457,14 +1457,14 @@ treat it as part of their software base when porting.")
(define-public libxxf86dga
(package
(name "libxxf86dga")
- (version "1.1.5")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/lib/"
- "libXxf86dga-" version ".tar.bz2"))
+ "libXxf86dga-" version ".tar.xz"))
(sha256
- (base32 "00vjvcdlc1sga251jkxn6gkxmx9h5n290ffxxpa40qbca1gvr61b"))))
+ (base32 "03wqsxbgyrdbrhw8fk3fxc9nk8jnwz5537ym2yif73w0g5sl4i5y"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
- branch master updated (a3b57e57e6 -> de4675d558), guix-commits, 2023/01/31
- 02/33: gnu: xf86-video-qxl: Update to 0.1.6., guix-commits, 2023/01/31
- 03/33: gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux., guix-commits, 2023/01/31
- 07/33: gnu: libxxf86dga: Update to 1.1.6.,
guix-commits <=
- 10/33: gnu: xcursorgen: Update to 1.0.8., guix-commits, 2023/01/31
- 01/33: gnu: xf86-video-voodoo: Update to 1.2.6., guix-commits, 2023/01/31
- 12/33: gnu: xf86-input-joystick: Update to 1.6.4., guix-commits, 2023/01/31
- 18/33: gnu: xf86-video-sunffb: Update to 1.2.3., guix-commits, 2023/01/31
- 21/33: gnu: xgamma: Update to 1.0.7., guix-commits, 2023/01/31
- 16/33: gnu: xf86-video-r128: Update to 6.12.1., guix-commits, 2023/01/31
- 17/33: gnu: xf86-video-suncg6: Update to 1.1.3., guix-commits, 2023/01/31
- 23/33: gnu: xkbevd: Update to 1.1.5., guix-commits, 2023/01/31
- 27/33: gnu: xlsclients: Update to 1.1.5., guix-commits, 2023/01/31
- 28/33: gnu: xfd: Update to 1.1.4., guix-commits, 2023/01/31