gnu: openshot: Update to 2.4.4.

* gnu/packages/video.scm (openshot): Update to 2.4.4.
This commit is contained in:
Efraim Flashner 2019-04-08 13:53:08 +03:00
parent 4994174fa0
commit fc83a8913a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3362,7 +3362,7 @@ (define-public libopenshot
(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 @@ (define-public openshot
(file-name (git-file-name name version))
(sha256
(base32
"1qdw1mli4y9qhrnllnkaf6ydgw5vfvdb90chs4i679k0x0jyb9a2"))))
"0mg63v36h7l8kv2sgf6x8c1n3ygddkqqwlciz7ccxpbm4x1idqba"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg)