gnu: infamous-plugins: Update to 0.3.0.
* gnu/packages/audio.scm (infamous-plugins): Update to 0.3.0.master
parent
03eb0b1be2
commit
fa4dae68c4
|
@ -1022,7 +1022,7 @@ generators of mostly elementary and occasionally exotic nature.")
|
||||||
(define-public infamous-plugins
|
(define-public infamous-plugins
|
||||||
(package
|
(package
|
||||||
(name "infamous-plugins")
|
(name "infamous-plugins")
|
||||||
(version "0.2.04")
|
(version "0.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1031,7 +1031,7 @@ generators of mostly elementary and occasionally exotic nature.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hmqk80w4qxq09iag7b7srf2g0wigkyhzq0ywxvhz2iz0hq9k0dh"))))
|
"1r72agk5nxf5k0mghcc2j90z43j5d9i7rqjmf49jfyqnd443isip"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
|
Reference in New Issue