guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d155da0fa6aa1c07e8c6f1aca390b94150050e00
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 5 11:22:25 2025 +0200

    gnu: motion: Update to 4.7.0.
    
    * gnu/packages/video.scm (motion): Update to 4.7.0.
    
    Change-Id: Ifabb732f3a84b45f686c9d47e91cc1637ca1916c
---
 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 98cca568fc..6cba71028a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5924,7 +5924,7 @@ It counts more than 100 plugins.")
 (define-public motion
   (package
     (name "motion")
-    (version "4.5.1")
+    (version "4.7.0")
     (home-page "https://motion-project.github.io/";)
     (source (origin
               (method git-fetch)
@@ -5933,7 +5933,7 @@ It counts more than 100 plugins.")
                     (commit (string-append "release-" version))))
               (sha256
                (base32
-                "09j919bba75d05rkqpib5rcmn1ff5nvn4ss8yy4fi6iz0lnacffx"))
+                "1pwsl1v0aqh5k5608siy0614lyf5bscy9a47ha8i5vqsbqxy4s3c"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to