summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2021-01-18 18:57:11 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-19 17:45:38 +0100
commitdc5d514362f41de3110114655a4baf4ad00c43b5 (patch)
tree129dff2717c6c585700d544f130ee5a6df75b321 /gnu/packages/video.scm
parent94b7687e3e09174067112981e8cb438da4a90119 (diff)
downloadguix-patches-dc5d514362f41de3110114655a4baf4ad00c43b5.tar
guix-patches-dc5d514362f41de3110114655a4baf4ad00c43b5.tar.gz
gnu: motion: Update to 4.3.2.
* gnu/packages/video.scm (motion): Update to 4.3.2. [arguments]: In 'bootstrap' phase, adjust 'version.sh' file name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 3 insertions, 3 deletions
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="