Archived
1
0
Fork 0

gnu: libopenshot: Update to 0.2.5.

* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
This commit is contained in:
Marius Bakke 2020-03-14 11:32:26 +01:00
parent f575668730
commit 747953c430
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3493,7 +3493,7 @@ create smoother and stable videos.")
(define-public libopenshot (define-public libopenshot
(package (package
(name "libopenshot") (name "libopenshot")
(version "0.2.3") (version "0.2.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3502,7 +3502,7 @@ create smoother and stable videos.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0r1qmr8ar5n72603xkj9h065vbpznrqsq88kxxmn9n8djyyvk03k")) "1mxjkgjmjzgf628y3rscc6rqf55hxgjpmvwxlncfk1216i5xskwp"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Allow overriding of the python installation dir ;; Allow overriding of the python installation dir