gnu: motion: Update to 4.2.2.

* gnu/packages/video.scm (motion): Update to 4.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-17 20:45:26 +01:00
parent b71c0645df
commit a9e9c738dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -3026,7 +3026,7 @@ It counts more than 100 plugins.")
(define-public motion (define-public motion
(package (package
(name "motion") (name "motion")
(version "4.2") (version "4.2.2")
(home-page "https://motion-project.github.io/") (home-page "https://motion-project.github.io/")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -3035,7 +3035,7 @@ It counts more than 100 plugins.")
(commit (string-append "release-" version)))) (commit (string-append "release-" version))))
(sha256 (sha256
(base32 (base32
"0c0q6dl4v561m5y8bp0c0h4p3s52fjgcdnsrrf5ygdi288d3rfxv")) "05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f"))
(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
@ -3059,7 +3059,7 @@ It counts more than 100 plugins.")
(assoc-ref %outputs "out") (assoc-ref %outputs "out")
"/etc")) "/etc"))
#:tests? #f)) ;no 'check' target #:tests? #f)) ; no 'check' target
(synopsis "Detect motion from video signals") (synopsis "Detect motion from video signals")
(description (description
"Motion is a program that monitors the video signal from one or more "Motion is a program that monitors the video signal from one or more