[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: xcb-util-image: Update to 0.4.0.
From: |
Andreas Enge |
Subject: |
04/07: gnu: xcb-util-image: Update to 0.4.0. |
Date: |
Fri, 21 Nov 2014 17:02:16 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 6639292daa5decff14d6b1b8dd64f22b302de78d
Author: Andreas Enge <address@hidden>
Date: Thu Nov 20 23:43:17 2014 +0100
gnu: xcb-util-image: Update to 0.4.0.
* gnu/packages/xorg.scm (xcb-util-image): Update to 0.4.0.
---
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 37d704a..bd1f3a9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4708,14 +4708,14 @@ event: Some utilities that have little to do with
events any more.")
(define-public xcb-util-image
(package
(name "xcb-util-image")
- (version "0.3.9")
+ (version "0.4.0")
(source (origin
(method url-fetch)
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
version ".tar.bz2"))
(sha256
(base32
- "1pr1l1nkg197gyl9d0fpwmn72jqpxjfgn9y13q4gawg1m873qnnk"))))
+ "1z1gxacg7q4cw6jrd26gvi5y04npsyavblcdad1xccc8swvnmf9d"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libxcb" ,libxcb)))
- branch master updated (9723ce5 -> ff53457), Andreas Enge, 2014/11/21
- 03/07: gnu: xcb-util: Update to 0.4.0., Andreas Enge, 2014/11/21
- 01/07: gnu: xcb-proto: Update to 1.11., Andreas Enge, 2014/11/21
- 02/07: gnu: libxcb: Update to 1.11., Andreas Enge, 2014/11/21
- 05/07: gnu: xcb-util-keysyms: Update to 0.4.0., Andreas Enge, 2014/11/21
- 04/07: gnu: xcb-util-image: Update to 0.4.0.,
Andreas Enge <=
- 06/07: gnu: xcb-util-renderutil: Update to 0.3.9., Andreas Enge, 2014/11/21
- 07/07: gnu: libxkbcommon: Update to 0.5.0., Andreas Enge, 2014/11/21