guix: Update mescc-tools to 0.6.1.

* guix/git/mes.scm (mescc-tools): Update to 0.6.1.
* configure: Check for mescc-tools versions 0.6 or higher.
This commit is contained in:
Jan Nieuwenhuizen 2019-09-09 16:39:08 +02:00
parent 99903dce06
commit bc2886e8ba
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 5 additions and 5 deletions

6
configure vendored
View File

@ -430,9 +430,9 @@ Some influential environment variables:
(deps (fold (lambda (program results)
(cons (check-program-version program) results))
'()
(list (make-dep "hex2" #:version '(0 3))
(make-dep "M1" #:version '(0 3))
(make-dep "blood-elf" #:version '(0 1))
(list (make-dep "hex2" #:version '(0 6))
(make-dep "M1" #:version '(0 6))
(make-dep "blood-elf" #:version '(0 6))
(make-dep "diff" #:optional? #t)
(make-dep "guile" #:version '(2 0) #:commands '("guile-2.2" "guile-2.0" "guile-2" "guile") #:optional? #t)
(make-dep "mes" #:version '(0 18) #:optional? #t)

View File

@ -53,7 +53,7 @@
(define-public mescc-tools
(package
(name "mescc-tools")
(version "0.6.0")
(version "0.6.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -63,7 +63,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1dmni3q1l36n7y4dzpzqb60d970d8xmaznl88gaa4lhinkr4bl3i"))))
"06jpvq6xfjzn2al6b4rdwd3zv3h4cvilc4n9gqcnjr9cr6wjpw2n"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(arguments