mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: x42-plugins: Update to 20211016.
* gnu/packages/music.scm (x42-plugins): Update to 20211016. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
071f4e3db3
commit
6f45418416
1 changed files with 2 additions and 2 deletions
|
@ -6076,7 +6076,7 @@ (define-public spectacle-analyzer
|
||||||
(define-public x42-plugins
|
(define-public x42-plugins
|
||||||
(package
|
(package
|
||||||
(name "x42-plugins")
|
(name "x42-plugins")
|
||||||
(version "20200714")
|
(version "20211016")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6084,7 +6084,7 @@ (define-public x42-plugins
|
||||||
(string-append "https://gareus.org/misc/x42-plugins/x42-plugins-"
|
(string-append "https://gareus.org/misc/x42-plugins/x42-plugins-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1av05ykph8x67018hm9zfgh1vk0zi39mvrsxkj6bm4hkarxf0vvl"))))
|
(base32 "11bf6q42ihyk4qxwf83y0847zzyl65kwpbk3hmyz0f0ykil5fsb7"))))
|
||||||
(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