mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: bjumblr: Update to 1.6.8.
* gnu/packages/music.scm (bjumblr): Update to 1.6.8.
This commit is contained in:
parent
b8da019283
commit
3f5f58df8b
1 changed files with 2 additions and 3 deletions
|
@ -1945,7 +1945,7 @@ (define-public bjumblr
|
|||
(package
|
||||
(inherit bsequencer)
|
||||
(name "bjumblr")
|
||||
(version "1.4.2")
|
||||
(version "1.6.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1954,8 +1954,7 @@ (define-public bjumblr
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kl6hrxmqrdf0195bfnzsa2h1073fgiqrfhg2276fm1954sm994v"))))
|
||||
(base32 "00fgax8aqqggs54pjpagw5pc30kgxaghh8mrzpqwhs06cnchcam9"))))
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("libsndfile" ,libsndfile)
|
||||
|
|
Loading…
Reference in a new issue