mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: drumstick: Update to 1.1.2.
* gnu/packages/music.scm (drumstick): Update to 1.1.2.
This commit is contained in:
parent
cfb3bc053b
commit
d74955606f
1 changed files with 2 additions and 2 deletions
|
@ -1955,14 +1955,14 @@ (define-public frescobaldi
|
||||||
(define-public drumstick
|
(define-public drumstick
|
||||||
(package
|
(package
|
||||||
(name "drumstick")
|
(name "drumstick")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/drumstick/"
|
(uri (string-append "mirror://sourceforge/drumstick/"
|
||||||
version "/drumstick-" version ".tar.bz2"))
|
version "/drumstick-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0avwxr6n9ra7narxc5lmkhdqi8ix10gmif8rpd06wp4g9iv46xrn"))))
|
"0kljqyqj7s1i2z52i24x7ail1bywn6dcxxfbad5c59drm8wv94bp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
|
Loading…
Reference in a new issue