gnu: shotcut: Update to 22.03.30.
* gnu/packages/video.scm (shotcut): Update to 22.03.30.master
parent
866f306cf5
commit
d656ff473e
|
@ -4867,7 +4867,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
(define-public shotcut
|
(define-public shotcut
|
||||||
(package
|
(package
|
||||||
(name "shotcut")
|
(name "shotcut")
|
||||||
(version "22.01.30")
|
(version "22.03.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4876,7 +4876,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0azbzaml743vlpay5dz8i0k66hw4idnambi49wj2yprw7z3skdql"))))
|
(base32 "1gy7ds1fp2nd6ls7xp5b0yzc7i5lzsapyr7ijps3j4b4amfan3nb"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
|
Reference in New Issue