diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-11 21:22:24 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-11 21:22:24 +0100 |
commit | e440a7564084c84658c1af9ff424b1cc4df32b7b (patch) | |
tree | ebc96f83d063b1198f1ba15dfce74bcf1f514428 | |
parent | e1c61029070e07db1735a8510f4e5d90eb324fab (diff) | |
download | patches-e440a7564084c84658c1af9ff424b1cc4df32b7b.tar patches-e440a7564084c84658c1af9ff424b1cc4df32b7b.tar.gz |
gnu: libxcomposite: Update to 0.4.5.
* gnu/packages/xorg.scm (libxcomposite): Update to 0.4.5.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 78c67fb9e8..bc4e052937 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1271,7 +1271,7 @@ with the Cygwin XWin server when running X11 in a rootless mode.") (define-public libxcomposite (package (name "libxcomposite") - (version "0.4.4") + (version "0.4.5") (source (origin (method url-fetch) @@ -1281,7 +1281,7 @@ with the Cygwin XWin server when running X11 in a rootless mode.") ".tar.bz2")) (sha256 (base32 - "0y21nfpa5s8qmx0srdlilyndas3sgl0c6rc26d5fx2vx436m1qpd")))) + "13sfcglvz87vl58hd9rszwr73z0z4nwga3c12rfh7f5s2ln8l8dk")))) (build-system gnu-build-system) (propagated-inputs ;; xcomposite.pc refers to all these. |