diff options
author | Andreas Enge <andreas@enge.fr> | 2014-04-03 20:22:03 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-04-03 20:22:03 +0200 |
commit | 4a24c21434d3d4154687348181c81a7357626486 (patch) | |
tree | 25190f6f780c07f64db52c9f1a2274ff26e85363 /gnu/packages/xnee.scm | |
parent | 1f1c0aff2674ae3797e3c2de9771fd0939d71277 (diff) | |
download | patches-4a24c21434d3d4154687348181c81a7357626486.tar patches-4a24c21434d3d4154687348181c81a7357626486.tar.gz |
gnu: xnee: Upgrade to 3.18.
* gnu/packages/xnee.scm (xnee): Upgrade to 3.18.
Diffstat (limited to 'gnu/packages/xnee.scm')
-rw-r--r-- | gnu/packages/xnee.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xnee.scm b/gnu/packages/xnee.scm index 98c96e72fa..795f355d09 100644 --- a/gnu/packages/xnee.scm +++ b/gnu/packages/xnee.scm @@ -27,14 +27,14 @@ (define-public xnee (package (name "xnee") - (version "3.16") + (version "3.18") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/xnee/xnee-" version ".tar.gz")) (sha256 (base32 - "1zkn66zpnbxryrb76cc3r2via6216868l1xsnl3vdymbsy23sf87")))) + "0j6b27ry0w765040089ppwwdl313xfgn31yh3fpqy4gk0jv23m94")))) (build-system gnu-build-system) (inputs `(("recordproto" ,recordproto) |