me
/
guix
Archived
1
0
Fork 0

gnu: zplugins: Update to 0.2.4

* gnu/packages/music (zplugins): Update to 0.2.4

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Sughosha 2022-09-19 13:54:54 +02:00 committed by Maxim Cournoyer
parent 12b55f1b32
commit 2adb33279a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -6282,7 +6282,7 @@ as JACK standalone applications.")
(define-public zplugins
(package
(name "zplugins")
(version "0.1.7")
(version "0.2.4")
(source
(origin
(method git-fetch)
@ -6293,7 +6293,7 @@ as JACK standalone applications.")
(file-name (git-file-name name version))
(sha256
(base32
"1rkm2xajmyik6289b20rp5a5br9f3sh1xk8nb1bs6qpmcrfirgbs"))))
"0l6cm6y8j1417mwspraldzixpnps8scx81wd36n2xpx60v4iqss0"))))
(build-system meson-build-system)
(inputs
(list guile-2.2 libsndfile lv2 ztoolkit-rsvg))