diff options
author | Vinicius Monego <monego@posteo.net> | 2022-12-24 07:54:09 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-12-24 09:04:31 -0300 |
commit | 7e7659d34fb223ebd73e8c931d3b5c882d320869 (patch) | |
tree | adc4a3a1a19af18d00d55f9e9c241c1e0d5c0bdc /gnu/packages/video.scm | |
parent | f8841c086e892fbea92773bfb1bb35dbd28455cc (diff) | |
download | guix-7e7659d34fb223ebd73e8c931d3b5c882d320869.tar.gz |
gnu: shotcut: Update to 22.12.21.
* gnu/packages/video.scm (shotcut): Update to 22.12.21.
Diffstat (limited to 'gnu/packages/video.scm')
-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 e32186f5ce..d1d50df304 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4885,7 +4885,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "22.11.25") + (version "22.12.21") (source (origin (method git-fetch) @@ -4894,7 +4894,7 @@ transitions, and effects and then export your film to many common formats.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01qv0lb57kgmi5shcnhjwf47vqvbyjndxx6v7ha3sh4x5r8x0mrn")))) + (base32 "1hchnywsrkvnz07r2i1cffg1a8zi59pcpswz8x93a0rdc42hlk3d")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests |