mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: shotcut: Update to 22.12.21.
* gnu/packages/video.scm (shotcut): Update to 22.12.21.
This commit is contained in:
parent
f8841c086e
commit
7e7659d34f
1 changed files with 2 additions and 2 deletions
|
@ -4885,7 +4885,7 @@ (define-public openshot
|
|||
(define-public shotcut
|
||||
(package
|
||||
(name "shotcut")
|
||||
(version "22.11.25")
|
||||
(version "22.12.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4894,7 +4894,7 @@ (define-public shotcut
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue