diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-03 01:21:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-04 02:45:39 +0200 |
commit | 5554312b2f84d2a6afce11a23d346ed946c6000b (patch) | |
tree | 269272a2f9a4f1ac50a8eac3cc79dafa7c91dae7 /gnu | |
parent | 55e3e1ceb9ba0fc1b85485e66a26fa52a4146744 (diff) | |
download | patches-5554312b2f84d2a6afce11a23d346ed946c6000b.tar patches-5554312b2f84d2a6afce11a23d346ed946c6000b.tar.gz |
gnu: exempi: Update to 2.4.5.
* gnu/packages/freedesktop.scm (exempi): Update to 2.4.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 7df44dfb0f..cc82c0be0a 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -572,7 +572,7 @@ multiplexer to the KMS/DRM Linux kernel devices.") (define-public exempi (package (name "exempi") - (version "2.4.2") + (version "2.4.5") (source (origin (method url-fetch) (uri (string-append @@ -580,7 +580,7 @@ multiplexer to the KMS/DRM Linux kernel devices.") name "-" version ".tar.bz2")) (sha256 (base32 - "1v665fc7x0yi7x6lzskvd8bd2anf7951svn2vd5384dblmgv43av")))) + "07i29xmg8bqriviaf4vi1mwha4lrw85kfla29cfym14fp3z8aqa0")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list (string-append "--with-boost=" |