mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public libfdk
|
||||||
(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 @@ (define-public libopenshot-audio
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue