gnu: bsequencer: Update to 1.6.0.
* gnu/packages/music.scm (bsequencer): Update to 1.6.0.
This commit is contained in:
parent
8458490bc2
commit
a1ea0585d0
1 changed files with 2 additions and 2 deletions
|
@ -1231,7 +1231,7 @@ device supports.")
|
||||||
(define-public bsequencer
|
(define-public bsequencer
|
||||||
(package
|
(package
|
||||||
(name "bsequencer")
|
(name "bsequencer")
|
||||||
(version "1.2.0")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1240,7 +1240,7 @@ device supports.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08xwz5v8wrar0rx7qdr9pkpjz2k9sw6bn5glhpn6sp6453fabf8q"))))
|
"0w21kzq695xy4i1r6xvvh7sad5m0rlmdgc7ykmrlzfsm1252dz80"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue