gnu: tuxguitar: Update to 1.5.4.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.4.
This commit is contained in:
parent
70f5cabc29
commit
3cc6412056
1 changed files with 2 additions and 2 deletions
|
@ -1755,7 +1755,7 @@ is subjective.")
|
||||||
(define-public tuxguitar
|
(define-public tuxguitar
|
||||||
(package
|
(package
|
||||||
(name "tuxguitar")
|
(name "tuxguitar")
|
||||||
(version "1.5.3")
|
(version "1.5.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1763,7 +1763,7 @@ is subjective.")
|
||||||
version "/tuxguitar-" version "-src.tar.gz"))
|
version "/tuxguitar-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qy5kjcsl3c86kdlyvsf6dsfmfl1mv8zg0ln6g3qg3i8f35vlpp6"))))
|
"0fjhf56lhlhm84v08917xp4yw8y6d0qajm4qiy1gfp8dm74whwwg"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-target "build"
|
`(#:build-target "build"
|
||||||
|
|
Reference in a new issue