Browse Source
gnu: libopenshot: Update to 0.2.5.
* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
version-1.1.0
Marius Bakke
2 years ago
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with
2 additions and
2 deletions
-
gnu/packages/video.scm
|
|
@ -3493,7 +3493,7 @@ create smoother and stable videos.") |
|
|
|
(define-public libopenshot |
|
|
|
(package |
|
|
|
(name "libopenshot") |
|
|
|
(version "0.2.3") |
|
|
|
(version "0.2.5") |
|
|
|
(source (origin |
|
|
|
(method git-fetch) |
|
|
|
(uri (git-reference |
|
|
@ -3502,7 +3502,7 @@ create smoother and stable videos.") |
|
|
|
(file-name (git-file-name name version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"0r1qmr8ar5n72603xkj9h065vbpznrqsq88kxxmn9n8djyyvk03k")) |
|
|
|
"1mxjkgjmjzgf628y3rscc6rqf55hxgjpmvwxlncfk1216i5xskwp")) |
|
|
|
(modules '((guix build utils))) |
|
|
|
(snippet '(begin |
|
|
|
;; Allow overriding of the python installation dir |
|
|
|