mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: redkite: Update to 1.3.1.
* gnu/packages/audio.scm (redkite): Update to 1.3.1.
This commit is contained in:
parent
55bdb2b33b
commit
e46e144b42
1 changed files with 2 additions and 2 deletions
|
@ -4918,7 +4918,7 @@ (define-public libsoundio
|
||||||
(define-public redkite
|
(define-public redkite
|
||||||
(package
|
(package
|
||||||
(name "redkite")
|
(name "redkite")
|
||||||
(version "1.3.0") ;marked unmaintained as of Oct. 2021
|
(version "1.3.1") ;marked unmaintained as of Oct. 2021
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4927,7 +4927,7 @@ (define-public redkite
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
|
(base32 "1zb2k2a4m7z2ravqrjn8fq8lic20wbr2m8kja3p3113jsk7j9zvd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests included
|
`(#:tests? #f)) ;no tests included
|
||||||
|
|
Loading…
Reference in a new issue