diff options
| author | Ian Eure <ian@retrospec.tv> | 2026-02-09 20:12:20 -0800 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-02-10 18:25:39 -0800 |
| commit | 672e88fe155c2cd57469eeb79910a03a5528dc88 (patch) | |
| tree | c351f8490ac8fc5e98dee71cf95dfa8df7422f96 /gnu | |
| parent | d651764ec49e2418e2760d055e1061f2062bab65 (diff) | |
gnu: libopenshot: Update to 0.5.0.
* gnu/packages/video.scm (libopenshot): Update to 0.5.0.
Change-Id: Ib3c22ccd41cc1b4563a209e8b52172f587e5c18f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 0e4d2cd284f..1544e02a0ad 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6198,7 +6198,7 @@ create smoother and stable videos.") (define-public libopenshot (package (name "libopenshot") - (version "0.4.0") + (version "0.5.0") (source (origin (method git-fetch) (uri (git-reference @@ -6207,7 +6207,7 @@ create smoother and stable videos.") (file-name (git-file-name name version)) (sha256 (base32 - "190zw15wqfdvpff4b4bshnff1m2lv85qvfhnhqjqh82qjjf17fnf")) + "1xkhkmjwidricnzzn5scbwiyiw8zx6nl2ylncyw474gx33jihp62")) (modules '((guix build utils))) (snippet '(begin ;; Allow overriding of the python installation dir |
