guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: motion: Update to 4.5.1.


From: guix-commits
Subject: 02/08: gnu: motion: Update to 4.5.1.
Date: Thu, 19 Jan 2023 19:57:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 33c03a9d8e11a9c69d97061403cf9779cbc6d9aa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]