gnu: dpf-plugins: Update to 1.4.
* gnu/packages/music.scm (dpf-plugins): Update to 1.4.
This commit is contained in:
parent
19d3cfec72
commit
2e8795cf0c
1 changed files with 2 additions and 3 deletions
|
@ -6268,7 +6268,7 @@ ones.")
|
||||||
(define-public dpf-plugins
|
(define-public dpf-plugins
|
||||||
(package
|
(package
|
||||||
(name "dpf-plugins")
|
(name "dpf-plugins")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6278,8 +6278,7 @@ ones.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0y7qvpfm34g6f7d786c6c9043dlbg5c4h71l2s24dsc9m8i7x2ww"))))
|
||||||
"1hsfmpv3kvpiwk8nfw9xpaipzy0n27i83y2v1yr93lznwm5rqrbs"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
|
|
Reference in a new issue