diff options
author | Andy Tai <atai@atai.org> | 2023-07-26 20:51:28 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-28 22:08:22 +0800 |
commit | b05e5030a35ce698a70741c51137ebba64f017db (patch) | |
tree | 1394244b1b0a38523bee66a05c469b2133fe421e | |
parent | 03a817145a601213f054e9e9d871a9763bbc43f2 (diff) | |
download | guix-b05e5030a35ce698a70741c51137ebba64f017db.tar guix-b05e5030a35ce698a70741c51137ebba64f017db.tar.gz |
gnu: openshot: Update to 3.1.1.
* gnu/packages/video.scm (openshot): Update to 3.1.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 bbc03d2fcc..edad81ef8a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4842,7 +4842,7 @@ API. It includes bindings for Python, Ruby, and other languages.") (define-public openshot (package (name "openshot") - (version "3.1.0") + (version "3.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -4851,7 +4851,7 @@ API. It includes bindings for Python, Ruby, and other languages.") (file-name (git-file-name name version)) (sha256 (base32 - "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v")) + "11wmcipcx5icjcw4vaai5z06p8xj1j39dwl6kkjn5db2y00gak4h")) (modules '((guix build utils))) (snippet '(begin |