mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: shotcut: Update to 22.10.25.
* gnu/packages/video.scm (shotcut): Update to 22.10.25.
This commit is contained in:
parent
99cf2f4dfb
commit
be25e992f4
1 changed files with 2 additions and 2 deletions
|
@ -4819,7 +4819,7 @@ (define-public openshot
|
|||
(define-public shotcut
|
||||
(package
|
||||
(name "shotcut")
|
||||
(version "22.06.23")
|
||||
(version "22.10.25")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4828,7 +4828,7 @@ (define-public shotcut
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kvhcblzjdjiv3jggdx41djq9pz6a9hg4ilgcwin13gb19ir7dcc"))))
|
||||
(base32 "12n179d1ymmzvlx5rzwmd89gwaa731b4y66nfl8wlr88wss4mncm"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;there are no tests
|
||||
|
|
Loading…
Reference in a new issue