guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: motion: Update to 4.3.2.


From: guix-commits
Subject: 04/08: gnu: motion: Update to 4.3.2.
Date: Tue, 19 Jan 2021 12:15:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit dc5d514362f41de3110114655a4baf4ad00c43b5
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Jan 18 18:57:11 2021 +0100

    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>
---
 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 37eb078..7047616 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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]