mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: shotcut: Update to 22.04.25.
* gnu/packages/video.scm (shotcut): Update to 22.04.25.
This commit is contained in:
parent
fb2c136eb3
commit
b147a4a2f3
1 changed files with 2 additions and 2 deletions
|
@ -4867,7 +4867,7 @@ (define-public openshot
|
||||||
(define-public shotcut
|
(define-public shotcut
|
||||||
(package
|
(package
|
||||||
(name "shotcut")
|
(name "shotcut")
|
||||||
(version "22.03.30")
|
(version "22.04.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4876,7 +4876,7 @@ (define-public shotcut
|
||||||
(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 "1gy7ds1fp2nd6ls7xp5b0yzc7i5lzsapyr7ijps3j4b4amfan3nb"))))
|
(base32 "0ccbx2crqrnhl19d7267xc40vs0cjmps2cnhi1g1l6bqxbi7k88x"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
|
Loading…
Reference in a new issue