gnu: x42-plugins: Update to 20200714.
* gnu/packages/music.scm (x42-plugins): Update to 20200714. [source]: Download over HTTPS.
This commit is contained in:
parent
f46379c18a
commit
c1d3f5841d
1 changed files with 3 additions and 3 deletions
|
@ -5065,15 +5065,15 @@ short-time Fourier transform, available as LV2 audio plugin and JACK client.")
|
||||||
(define-public x42-plugins
|
(define-public x42-plugins
|
||||||
(package
|
(package
|
||||||
(name "x42-plugins")
|
(name "x42-plugins")
|
||||||
(version "20191215")
|
(version "20200714")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "http://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 "1mwfvhsvc0qgjyiwd8pmmam1mav43lmv39fljhmj9yri558v5g1c"))))
|
(base32 "1av05ykph8x67018hm9zfgh1vk0zi39mvrsxkj6bm4hkarxf0vvl"))))
|
||||||
(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