gnu: libopenshot-audio: Update to 0.2.2.
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.2.
This commit is contained in:
parent
0e19713c1f
commit
c4ca2e9558
1 changed files with 2 additions and 2 deletions
|
@ -4698,7 +4698,7 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1
|
||||||
(define-public libopenshot-audio
|
(define-public libopenshot-audio
|
||||||
(package
|
(package
|
||||||
(name "libopenshot-audio")
|
(name "libopenshot-audio")
|
||||||
(version "0.2.0")
|
(version "0.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4707,7 +4707,7 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13if0m5mvlqly8gmbhschzb9papkgp3yqivklhb949dhy16m8zgf"))))
|
"03dygh85riljk7dpn5a5a0d22a2kz45fs13gzwqgnbzzr1k17p2y"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
Reference in a new issue