gnu: motion: Update to 4.5.0.
* gnu/packages/video.scm (motion): Update to 4.5.0.
This commit is contained in:
parent
3dc667b6f8
commit
dce40ccc47
1 changed files with 2 additions and 2 deletions
|
|
@ -4548,7 +4548,7 @@ It counts more than 100 plugins.")
|
||||||
(define-public motion
|
(define-public motion
|
||||||
(package
|
(package
|
||||||
(name "motion")
|
(name "motion")
|
||||||
(version "4.3.2")
|
(version "4.5.0")
|
||||||
(home-page "https://motion-project.github.io/")
|
(home-page "https://motion-project.github.io/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -4557,7 +4557,7 @@ It counts more than 100 plugins.")
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95"))
|
"1rqy98g3xjjzjxiw8j3qdka0rbhcgzgczz6qgj157ck9116j18dq"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
||||||
Reference in a new issue