diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:29 +0100 |
commit | 33c03a9d8e11a9c69d97061403cf9779cbc6d9aa (patch) | |
tree | f755e0bddad6b946b45702f3efe8c015e40978d9 /gnu | |
parent | a81f89ba39b03721c49c78b6f67fb08abc81745c (diff) |
gnu: motion: Update to 4.5.1.
* gnu/packages/video.scm (motion): Update to 4.5.1.
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 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 |