Archived
1
0
Fork 0

gnu: motion: Update to 4.5.0.

* gnu/packages/video.scm (motion): Update to 4.5.0.
This commit is contained in:
Marius Bakke 2022-12-12 13:30:41 +01:00
parent 3dc667b6f8
commit dce40ccc47
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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