gnu: tint2: Update to 0.14.6.

* gnu/packages/xdisorg.scm (tint2): Update to 0.14.6.
This commit is contained in:
Eric Bavier 2017-07-21 22:40:22 -05:00
parent e9185cbac6
commit 1ffe41711b
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -1061,7 +1061,7 @@ by name.")
(define-public tint2 (define-public tint2
(package (package
(name "tint2") (name "tint2")
(version "0.12.11") (version "0.14.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://gitlab.com/o9000/" name (uri (string-append "https://gitlab.com/o9000/" name
@ -1069,7 +1069,7 @@ by name.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0dv7zaj2ahnfclnwnwcz9arrvzxn65yy29z7fqdgifdh3jk1kl2h")))) "1kwzwxy4myagybm3rc7dgynfgp75742n348qibn1p2an9ggyivda"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ;no test target '(#:tests? #f ;no test target