me
/
guix
Archived
1
0
Fork 0

gnu: redkite: Update to 1.3.1.

* gnu/packages/audio.scm (redkite): Update to 1.3.1.
master
Tobias Geerinckx-Rice 2021-11-07 23:15:25 +01:00
parent 55bdb2b33b
commit e46e144b42
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4918,7 +4918,7 @@ workstations as well as consumer software such as music players.")
(define-public redkite
(package
(name "redkite")
(version "1.3.0") ;marked unmaintained as of Oct. 2021
(version "1.3.1") ;marked unmaintained as of Oct. 2021
(source
(origin
(method git-fetch)
@ -4927,7 +4927,7 @@ workstations as well as consumer software such as music players.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
(base32 "1zb2k2a4m7z2ravqrjn8fq8lic20wbr2m8kja3p3113jsk7j9zvd"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests included