summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-03 16:51:34 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-08 09:49:45 +0900
commit7a0a998d4839df056da00246e4be708efa23951b (patch)
tree9b3fd5108e288f9f66729b1a2d081e356980cfb3 /gnu
parent1a73454e551d87ccd4cbaec162cdd659dcc9a9e1 (diff)
gnu: motion: Update to 4.7.1.
* gnu/packages/video.scm (motion): Update to 4.7.1. Change-Id: I9b0cd32b813bfbc665eef85a52696e85f69dd20d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 54b6f9344ee..9830777ec3e 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