gnu: mes: Update to 0.10.

* gnu/packages/mes.scm (mes): Update to 0.10.
This commit is contained in:
Jan Nieuwenhuizen 2017-09-11 19:15:33 +02:00 committed by Kei Kebreau
parent 7940188ebf
commit f435379762
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -58,7 +58,7 @@ (define-public mes
(let ((triplet "i686-unknown-linux-gnu"))
(package
(name "mes")
(version "0.9")
(version "0.10")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes"
@ -67,7 +67,7 @@ (define-public mes
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ph0fvabpb7zhbk4zpacbp7m4b142ds17dq5dzn00m7dz8farw9r"))))
"0djmhnvha8phxgb4msysnjmy1nnllb08bnw4xhdayq8ppi4zdmcv"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs