gnu: dpf-plugins: Update to 1.7.
Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha@proton.me> From: Sughosha <sughosha@proton.me> Date: Fri, 16 Jun 2023 16:22:57 +0200 Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. * gnu/packages/music.scm (dpf-plugins): Update to 1.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c0bfa12666
commit
50725212f0
1 changed files with 2 additions and 2 deletions
|
@ -6517,7 +6517,7 @@ (define-public distrho-ports
|
||||||
(define-public dpf-plugins
|
(define-public dpf-plugins
|
||||||
(package
|
(package
|
||||||
(name "dpf-plugins")
|
(name "dpf-plugins")
|
||||||
(version "1.4")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6527,7 +6527,7 @@ (define-public dpf-plugins
|
||||||
(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 "0y7qvpfm34g6f7d786c6c9043dlbg5c4h71l2s24dsc9m8i7x2ww"))))
|
(base32 "082f3f78x6k58j78mqr57qhw40f5s8fmcbkhl36nn3vbcsa07bzg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
|
|
Loading…
Reference in a new issue