Archived
1
0
Fork 0

gnu: mes: Update to 0.13.

* gnu/packages/mes.scm (mes): Update to 0.13.  Use new gitlab url scheme.
This commit is contained in:
Jan Nieuwenhuizen 2018-04-28 15:30:49 +02:00
parent 21c566a3aa
commit 5559e01fe0
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -60,16 +60,15 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(let ((triplet "i686-unknown-linux-gnu")) (let ((triplet "i686-unknown-linux-gnu"))
(package (package
(name "mes") (name "mes")
(version "0.12") (version "0.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mes" (uri (string-append "https://gitlab.com/janneke/mes"
"/repository/archive.tar.gz?ref=v" "/-/archive/v" version
version)) "/mes-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lbwmyl5262z28kpac6kmxxx8aglzy8n6bsicp5lyzkmzkzvjnh2")))) "0db4f32rak839ff3n7ywkkng9672457pd2pvvgvcsyndqmmdsqw0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux")) (supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs (propagated-inputs