summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-06-18 21:26:58 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-06-18 21:26:58 +0200
commitcb1436d8d24fba75dccd8b9574479acc35d8a1b3 (patch)
treef8506ada67a79349203f4b9dcd2a1bc844751a24
parent669b7b83d8a5d968905ca4f371869d2eac23c14c (diff)
downloadpatches-cb1436d8d24fba75dccd8b9574479acc35d8a1b3.tar
patches-cb1436d8d24fba75dccd8b9574479acc35d8a1b3.tar.gz
gnu: synthv1: Update to 0.7.5.
* gnu/packages/music.scm (synthv1): Update to 0.7.5.
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 23fe9224c4..70757149f1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -689,7 +689,7 @@ Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
(define-public synthv1
(package
(name "synthv1")
- (version "0.7.4")
+ (version "0.7.5")
(source (origin
(method url-fetch)
(uri
@@ -697,7 +697,7 @@ Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
version ".tar.gz"))
(sha256
(base32
- "16n0v4jk0ilirq84rrildvdwqxgxav78rk58ilhl622v5n893c7w"))))
+ "0h5zja78phf9705i9g54zh61iczb24iv7rxhljyms30sjgajig1y"))))
(build-system gnu-build-system)
;; There are no tests.
(arguments `(#:tests? #f))