From 33c03a9d8e11a9c69d97061403cf9779cbc6d9aa Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 15 Jan 2023 01:00:01 +0100 Subject: gnu: motion: Update to 4.5.1. * gnu/packages/video.scm (motion): Update to 4.5.1. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e0c16ea741..60d39c38dc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4583,7 +4583,7 @@ It counts more than 100 plugins.") (define-public motion (package (name "motion") - (version "4.5.0") + (version "4.5.1") (home-page "https://motion-project.github.io/") (source (origin (method git-fetch) @@ -4592,7 +4592,7 @@ It counts more than 100 plugins.") (commit (string-append "release-" version)))) (sha256 (base32 - "1rqy98g3xjjzjxiw8j3qdka0rbhcgzgczz6qgj157ck9116j18dq")) + "09j919bba75d05rkqpib5rcmn1ff5nvn4ss8yy4fi6iz0lnacffx")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3