mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: motion: Update to 4.5.0.
* gnu/packages/video.scm (motion): Update to 4.5.0.
This commit is contained in:
parent
3dc667b6f8
commit
dce40ccc47
1 changed files with 2 additions and 2 deletions
|
@ -4548,7 +4548,7 @@ (define-public frei0r-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 @@ (define-public motion
|
|||
(commit (string-append "release-" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95"))
|
||||
"1rqy98g3xjjzjxiw8j3qdka0rbhcgzgczz6qgj157ck9116j18dq"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue