gnu: aj-snapshot: Update to 0.9.9.

* gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.
master
Tobias Geerinckx-Rice 2019-04-15 10:16:14 +02:00
parent ec9ce5c9a0
commit bc03fe69fd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2222,14 +2222,14 @@ computer's keyboard.")
(define-public aj-snapshot
(package
(name "aj-snapshot")
(version "0.9.8")
(version "0.9.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/aj-snapshot/"
"aj-snapshot-" version ".tar.bz2"))
(sha256
(base32
"0wilky1g2mb88v2z0520s7sw1dsn10iwanc8id5p6z1xsnhg7b6p"))))
"0z8wd5yvxdmw1h1rj6km9h01xd4xmp4d86gczlix7hsc7zrf0wil"))))
(build-system gnu-build-system)
(inputs
`(("minixml" ,minixml)