diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-24 20:43:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-24 20:43:01 +0200 |
commit | 92dd588b81e2b07eff8a083e998224963cfe2959 (patch) | |
tree | 1e437c7e0cbde691defe81c465ddf7d23d3313a1 /gnu/packages/video.scm | |
parent | 09d2976c86f2cb1841ebe0685164912bfedfeeb5 (diff) | |
parent | c7cdd4a6c7e795575c1baf6a655cb317f56fcf81 (diff) | |
download | guix-92dd588b81e2b07eff8a083e998224963cfe2959.tar.gz |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1aae3e4985..838dfe7aab 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4787,7 +4787,7 @@ create smoother and stable videos.") (define-public libopenshot (package (name "libopenshot") - (version "0.3.0") + (version "0.3.1") (source (origin (method git-fetch) (uri (git-reference @@ -4796,7 +4796,7 @@ create smoother and stable videos.") (file-name (git-file-name name version)) (sha256 (base32 - "0q2899hbaqwh1gxyl9x84l116g82glk0wmr3r1xvfwb107m3mvx9")) + "10s76x4hwm4ccxdy8cv1nks028hldjmx25yy42fnjc4vscy7yd8a")) (modules '((guix build utils))) (snippet '(begin ;; Allow overriding of the python installation dir @@ -4851,7 +4851,7 @@ API. It includes bindings for Python, Ruby, and other languages.") (define-public openshot (package (name "openshot") - (version "3.0.0") + (version "3.1.0") (source (origin (method git-fetch) (uri (git-reference @@ -4860,7 +4860,7 @@ API. It includes bindings for Python, Ruby, and other languages.") (file-name (git-file-name name version)) (sha256 (base32 - "1az59whx9sga6m8m2c3ndfls5h07r0jn4jipnyxckpxl32vpd147")) + "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v")) (modules '((guix build utils))) (snippet '(begin |