diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-07-04 11:12:17 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-07-05 20:57:04 +0200 |
commit | d19cf783574835046f7c4a1177e7329337858074 (patch) | |
tree | ae1271a713d98875cb595d4e3fb1698bc94ac28e | |
parent | 7e11d113556c76642970d84551eddb235c346c11 (diff) | |
download | guix-d19cf783574835046f7c4a1177e7329337858074.tar guix-d19cf783574835046f7c4a1177e7329337858074.tar.gz |
gnu: powertabeditor: Update to 2.0.0-alpha8.
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha8.
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3beb151898..9e7e0126c0 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -306,7 +306,7 @@ your own lessons.") (define-public powertabeditor (package (name "powertabeditor") - (version "2.0.0-alpha7") + (version "2.0.0-alpha8") (source (origin (method url-fetch) (uri (string-append @@ -315,7 +315,7 @@ your own lessons.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1yp6ck2r72c2pfq31z1kpw1j639rndrifj85l3cbj2kdf8rdzhkk")) + "0gaa2x209v3azql8ak3r1n9a9qbxjx2ssirvwdxwklv2lmfqkm82")) (modules '((guix build utils))) (snippet '(begin |