guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7a0a998d4839df056da00246e4be708efa23951b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Mar 3 16:51:34 2026 +0900

    gnu: motion: Update to 4.7.1.
    
    * gnu/packages/video.scm (motion): Update to 4.7.1.
    
    Change-Id: I9b0cd32b813bfbc665eef85a52696e85f69dd20d
---
 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 54b6f9344e..9830777ec3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6136,7 +6136,7 @@ It counts more than 100 plugins.")
 (define-public motion
   (package
     (name "motion")
-    (version "4.7.0")
+    (version "4.7.1")
     (home-page "https://motion-project.github.io/";)
     (source (origin
               (method git-fetch)
@@ -6145,7 +6145,7 @@ It counts more than 100 plugins.")
                     (commit (string-append "release-" version))))
               (sha256
                (base32
-                "1pwsl1v0aqh5k5608siy0614lyf5bscy9a47ha8i5vqsbqxy4s3c"))
+                "1lsz0vc6wl3hrp47ixmmyqlh1rx2iqipr8l3c6iwzjlvclaxa31l"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to