diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:31:36 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | 42ca6c85283acfe766f5aa81df44f2815f8b5e76 (patch) | |
tree | 89ec34691cd8198910126a9df14d6414bef60551 /gnu/packages | |
parent | 97b6f9632ed1ae7822dbdc6a8a1dc44171e037bb (diff) | |
download | guix-42ca6c85283acfe766f5aa81df44f2815f8b5e76.tar.gz guix-42ca6c85283acfe766f5aa81df44f2815f8b5e76.zip |
gnu: libxp: Update to 1.0.3.
* gnu/packages/xorg.scm (libxp): Update to 1.0.3.
Diffstat (limited to 'gnu/packages')
-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 f170af7820..6942cda6ab 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4405,7 +4405,7 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxp (package (name "libxp") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) @@ -4415,7 +4415,7 @@ cannot be adequately worked around on the client side of the wire.") ".tar.bz2")) (sha256 (base32 - "1dfh5w8sjz5b5fl6dl4y63ckq99snslz7bir8zq2rg8ax6syabwm")))) + "0mwc2jwmq03b1m9ihax5c6gw2ln8rc70zz4fsj3kb7440nchqdkz")))) (build-system gnu-build-system) (propagated-inputs `(("printproto" ,printproto))) |