gnu: libopenshot-audio: Update to 0.2.2.
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.2.master
parent
0e19713c1f
commit
c4ca2e9558
|
@ -4698,7 +4698,7 @@ library supports sample rates up to 96 kHz and up to eight channels (7.1
|
|||
(define-public libopenshot-audio
|
||||
(package
|
||||
(name "libopenshot-audio")
|
||||
(version "0.2.0")
|
||||
(version "0.2.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(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))
|
||||
(sha256
|
||||
(base32
|
||||
"13if0m5mvlqly8gmbhschzb9papkgp3yqivklhb949dhy16m8zgf"))))
|
||||
"03dygh85riljk7dpn5a5a0d22a2kz45fs13gzwqgnbzzr1k17p2y"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
|
|
Reference in New Issue