gnu: powertabeditor: Update to 2.0.0-alpha13.
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha13.
This commit is contained in:
parent
66b90d1184
commit
10792866a0
1 changed files with 35 additions and 39 deletions
|
|
@ -1410,22 +1410,18 @@ your own lessons.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public powertabeditor
|
(define-public powertabeditor
|
||||||
;; This commit is after the switch from catch2 to doctest; I couldn't build
|
|
||||||
;; powertabeditor with catch2.
|
|
||||||
(let ((commit "c5d39b25b75bf87ec693a3ac5018823b1d87f277")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "powertabeditor")
|
(name "powertabeditor")
|
||||||
(version (git-version "2.0.0-alpha12" revision commit))
|
(version "2.0.0-alpha13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/powertab/powertabeditor")
|
(url "https://github.com/powertab/powertabeditor")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16qhqfvk14bp7s8cwr8ds8zfd80pq603d7aymr7967pnb49kic5z"))))
|
"12il5xzgg53ick5k4ivvvqdagld5pgigiiz6s829kkdaymqr7vx5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
@ -1449,7 +1445,7 @@ your own lessons.")
|
||||||
(description
|
(description
|
||||||
"Power Tab Editor 2.0 is the successor to the famous original Power Tab
|
"Power Tab Editor 2.0 is the successor to the famous original Power Tab
|
||||||
Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
|
Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public jalv-select
|
(define-public jalv-select
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
Reference in a new issue