[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: motion: Update to 4.2.2.
From: |
guix-commits |
Subject: |
10/10: gnu: motion: Update to 4.2.2. |
Date: |
Sun, 17 Feb 2019 19:20:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a9e9c738dcdeff1fbbf6f365f47c44983e63bb9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 17 20:45:26 2019 +0100
gnu: motion: Update to 4.2.2.
* gnu/packages/video.scm (motion): Update to 4.2.2.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b538323..cc1de00 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3026,7 +3026,7 @@ It counts more than 100 plugins.")
(define-public motion
(package
(name "motion")
- (version "4.2")
+ (version "4.2.2")
(home-page "https://motion-project.github.io/")
(source (origin
(method git-fetch)
@@ -3035,7 +3035,7 @@ It counts more than 100 plugins.")
(commit (string-append "release-" version))))
(sha256
(base32
- "0c0q6dl4v561m5y8bp0c0h4p3s52fjgcdnsrrf5ygdi288d3rfxv"))
+ "05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
@@ -3059,7 +3059,7 @@ It counts more than 100 plugins.")
(assoc-ref %outputs "out")
"/etc"))
- #:tests? #f)) ;no 'check' target
+ #:tests? #f)) ; no 'check' target
(synopsis "Detect motion from video signals")
(description
"Motion is a program that monitors the video signal from one or more
- branch master updated (ff33c38 -> a9e9c73), guix-commits, 2019/02/17
- 04/10: gnu: eid-mw: Update to 4.4.13., guix-commits, 2019/02/17
- 08/10: gnu: youtube-viewer: Update to 3.5.2., guix-commits, 2019/02/17
- 07/10: gnu: mlt: Update to 6.12.0., guix-commits, 2019/02/17
- 02/10: gnu: beep: Update to 1.4.3., guix-commits, 2019/02/17
- 06/10: gnu: lsyncd: Don't use unstable tarball., guix-commits, 2019/02/17
- 05/10: gnu: python-qrcode: Update to 6.1., guix-commits, 2019/02/17
- 01/10: gnu: beep: Don't use NAME in source URI., guix-commits, 2019/02/17
- 03/10: gnu: i3-wm: Epand description., guix-commits, 2019/02/17
- 09/10: gnu: you-get: Update to 0.4.1210., guix-commits, 2019/02/17
- 10/10: gnu: motion: Update to 4.2.2.,
guix-commits <=