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
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@
(define-public xnee (define-public xnee
(package (package
(name "xnee") (name "xnee")
(version "3.16") (version "3.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/xnee/xnee-" (uri (string-append "mirror://gnu/xnee/xnee-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1zkn66zpnbxryrb76cc3r2via6216868l1xsnl3vdymbsy23sf87")))) "0j6b27ry0w765040089ppwwdl313xfgn31yh3fpqy4gk0jv23m94"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("recordproto" ,recordproto) `(("recordproto" ,recordproto)