[PATCH] gnu: motion: Update to 4.3.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal
V
V
Vincent Legoll wrote on 18 Jan 2021 18:57
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210118175711.32503-1-vincent.legoll@gmail.com
* gnu/packages/video.scm (motion): Update to 4.3.2.
(phases): Fix path to version.sh script.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 37eb07855a..7047616306 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4161,7 +4161,7 @@ It counts more than 100 plugins.")
(define-public motion
(package
(name "motion")
- (version "4.2.2")
+ (version "4.3.2")
(home-page "https://motion-project.github.io/")
(source (origin
(method git-fetch)
@@ -4170,7 +4170,7 @@ It counts more than 100 plugins.")
(commit (string-append "release-" version))))
(sha256
(base32
- "05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f"))
+ "09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
@@ -4187,7 +4187,7 @@ It counts more than 100 plugins.")
'(#:phases (modify-phases %standard-phases
(replace 'bootstrap
(lambda _
- (patch-shebang "version.sh")
+ (patch-shebang "scripts/version.sh")
(invoke "autoreconf" "-vfi"))))
#:configure-flags '("--sysconfdir=/etc")
#:make-flags (list (string-append "sysconfdir="
--
2.30.0
L
L
Ludovic Courtès wrote on 19 Jan 2021 16:05
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45963-done@debbugs.gnu.org)
87zh15ge66.fsf@gnu.org
Hi,

Vincent Legoll <vincent.legoll@gmail.com> skribis:

Toggle quote (3 lines)
> * gnu/packages/video.scm (motion): Update to 4.3.2.
> (phases): Fix path to version.sh script.

Tweaked the commit log and applied. Thanks!

Ludo’.
Closed
?