[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: openshot: Update to 2.4.4.
From: |
guix-commits |
Subject: |
03/05: gnu: openshot: Update to 2.4.4. |
Date: |
Mon, 8 Apr 2019 14:48:58 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit fc83a8913a04e8fdbe792664690ad81f0cbe3028
Author: Efraim Flashner <address@hidden>
Date: Mon Apr 8 13:53:08 2019 +0300
gnu: openshot: Update to 2.4.4.
* gnu/packages/video.scm (openshot): Update to 2.4.4.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 27a9a42..cf11f0e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3362,7 +3362,7 @@ API. It includes bindings for Python, Ruby, and other
languages.")
(define-public openshot
(package
(name "openshot")
- (version "2.4.3")
+ (version "2.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3371,7 +3371,7 @@ API. It includes bindings for Python, Ruby, and other
languages.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qdw1mli4y9qhrnllnkaf6ydgw5vfvdb90chs4i679k0x0jyb9a2"))))
+ "0mg63v36h7l8kv2sgf6x8c1n3ygddkqqwlciz7ccxpbm4x1idqba"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg)