mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -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
|
||||
(package
|
||||
(name "x42-plugins")
|
||||
(version "20200714")
|
||||
(version "20211016")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6084,7 +6084,7 @@ (define-public x42-plugins
|
|||
(string-append "https://gareus.org/misc/x42-plugins/x42-plugins-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1av05ykph8x67018hm9zfgh1vk0zi39mvrsxkj6bm4hkarxf0vvl"))))
|
||||
(base32 "11bf6q42ihyk4qxwf83y0847zzyl65kwpbk3hmyz0f0ykil5fsb7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no "check" target
|
||||
|
|
Loading…
Reference in a new issue