mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: aria-maestosa: Update to 1.4.13.
* gnu/packages/music.scm (aria-maestosa): Update to 1.4.13.
This commit is contained in:
parent
7f661d4909
commit
0a1513513a
1 changed files with 2 additions and 2 deletions
|
@ -109,14 +109,14 @@ (define-module (gnu packages music)
|
|||
(define-public aria-maestosa
|
||||
(package
|
||||
(name "aria-maestosa")
|
||||
(version "1.4.11")
|
||||
(version "1.4.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/ariamaestosa/ariamaestosa/"
|
||||
version "/AriaSrc-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gf9z96z83jiabxhpl856j15vl9flfgs6x1r0r6hc7g2xvwag0vy"))))
|
||||
"1cs3z6frx2ch7rm5ammx9p0rxcjrbj1vq14hvcbimpaw39rdsn3d"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue