guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: motion: Update to 4.5.0.


From: guix-commits
Subject: 06/12: gnu: motion: Update to 4.5.0.
Date: Mon, 12 Dec 2022 09:13:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit dce40ccc47ea43d2243e58d166c512a993ef5181
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 13:30:41 2022 +0100

    gnu: motion: Update to 4.5.0.
    
    * gnu/packages/video.scm (motion): Update to 4.5.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1f9b2dff7a..06024cc3e2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4548,7 +4548,7 @@ It counts more than 100 plugins.")
 (define-public motion
   (package
     (name "motion")
-    (version "4.3.2")
+    (version "4.5.0")
     (home-page "https://motion-project.github.io/";)
     (source (origin
               (method git-fetch)
@@ -4557,7 +4557,7 @@ It counts more than 100 plugins.")
                     (commit (string-append "release-" version))))
               (sha256
                (base32
-                "09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95"))
+                "1rqy98g3xjjzjxiw8j3qdka0rbhcgzgczz6qgj157ck9116j18dq"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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