diff options
author | Marius Bakke <marius@gnu.org> | 2022-12-12 13:30:41 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-12 15:12:57 +0100 |
commit | dce40ccc47ea43d2243e58d166c512a993ef5181 (patch) | |
tree | a2cb51dccca4a165cc27c72cfbbacd3bdbca65c8 /gnu | |
parent | 3dc667b6f81ef32d041cfd6b6abceb078d1e02c3 (diff) | |
download | guix-dce40ccc47ea43d2243e58d166c512a993ef5181.tar.gz |
gnu: motion: Update to 4.5.0.
* gnu/packages/video.scm (motion): Update to 4.5.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files 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 |