gnu: xnee: Upgrade to 3.18.

* gnu/packages/xnee.scm (xnee): Upgrade to 3.18.
This commit is contained in:
Andreas Enge 2014-04-03 20:22:03 +02:00
parent 1f1c0aff26
commit 4a24c21434

View file

@ -27,14 +27,14 @@ (define-module (gnu packages xnee)
(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)