gnu: openshot: Update to 2.4.4.
* gnu/packages/video.scm (openshot): Update to 2.4.4.
This commit is contained in:
parent
4994174fa0
commit
fc83a8913a
|
@ -3362,7 +3362,7 @@ API. It includes bindings for Python, Ruby, and other languages.")
|
|||
(define-public openshot
|
||||
(package
|
||||
(name "openshot")
|
||||
(version "2.4.3")
|
||||
(version "2.4.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3371,7 +3371,7 @@ API. It includes bindings for Python, Ruby, and other languages.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qdw1mli4y9qhrnllnkaf6ydgw5vfvdb90chs4i679k0x0jyb9a2"))))
|
||||
"0mg63v36h7l8kv2sgf6x8c1n3ygddkqqwlciz7ccxpbm4x1idqba"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("ffmpeg" ,ffmpeg)
|
||||
|
|
Loading…
Reference in New Issue