mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: shotcut: Update to 22.01.30.
* gnu/packages/video.scm (shotcut): Update to 22.01.30.
This commit is contained in:
parent
e217174b7b
commit
4014672172
1 changed files with 2 additions and 2 deletions
|
@ -4831,7 +4831,7 @@ (define-public openshot
|
|||
(define-public shotcut
|
||||
(package
|
||||
(name "shotcut")
|
||||
(version "21.12.24")
|
||||
(version "22.01.30")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4840,7 +4840,7 @@ (define-public shotcut
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1l27dqiyi3af0v155w62ib9xcmqyjj2yzs83aqhcrz5pb3i3j18r"))))
|
||||
(base32 "0azbzaml743vlpay5dz8i0k66hw4idnambi49wj2yprw7z3skdql"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;there are no tests
|
||||
|
|
Loading…
Reference in a new issue