[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: libxxf86dga: Update to 1.1.5.
From: |
guix-commits |
Subject: |
04/07: gnu: libxxf86dga: Update to 1.1.5. |
Date: |
Sun, 17 Mar 2019 10:20:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 65f91295fbe8ba1665f169a669014e27cb12c0df
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Mar 17 15:10:14 2019 +0100
gnu: libxxf86dga: Update to 1.1.5.
* gnu/packages/xorg.scm (libxxf86dga): Update to 1.1.5.
Re-indent.
---
gnu/packages/xorg.scm | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7a85257..89a3172 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1497,25 +1497,22 @@ treat it as part of their software base when porting.")
(define-public libxxf86dga
(package
(name "libxxf86dga")
- (version "1.1.4")
+ (version "1.1.5")
(source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/lib/libXxf86dga-"
- version
- ".tar.bz2"))
- (sha256
- (base32
- "0zn7aqj8x0951d8zb2h2andldvwkzbsc4cs7q023g6nzq6vd9v4f"))))
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/lib/"
+ "libXxf86dga-" version ".tar.bz2"))
+ (sha256
+ (base32 "00vjvcdlc1sga251jkxn6gkxmx9h5n290ffxxpa40qbca1gvr61b"))))
(build-system gnu-build-system)
(propagated-inputs
- `(("xorgproto" ,xorgproto)))
+ `(("xorgproto" ,xorgproto)))
(inputs
- `(("libx11" ,libx11)
- ("libxext" ,libxext)))
+ `(("libx11" ,libx11)
+ ("libxext" ,libxext)))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")
(synopsis "Xorg XFree86-DGA library")
(description "Client library for the XFree86-DGA extension.")
- branch master updated (7311ed3 -> 7e148c2), guix-commits, 2019/03/17
- 07/07: gnu: ghc-xmonad-contrib: Update to 0.15., guix-commits, 2019/03/17
- 05/07: gnu: xmonad: Don't use NAME in source URI., guix-commits, 2019/03/17
- 04/07: gnu: libxxf86dga: Update to 1.1.5.,
guix-commits <=
- 02/07: gnu: imake: Update to 1.0.8., guix-commits, 2019/03/17
- 01/07: gnu: ansible: Update to 2.7.9., guix-commits, 2019/03/17
- 06/07: gnu: xmonad: Update to 0.15., guix-commits, 2019/03/17
- 03/07: gnu: xorg-cf-files: Update to 1.0.6., guix-commits, 2019/03/17