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:
parent
21c566a3aa
commit
5559e01fe0
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue