me
/
guix
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.
master
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
1 changed files with 4 additions and 5 deletions

View File

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