guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pipe-viewer: Update to 0.1.4.


From: guix-commits
Subject: branch master updated: gnu: pipe-viewer: Update to 0.1.4.
Date: Sun, 05 Sep 2021 12:17:58 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 795b7f0  gnu: pipe-viewer: Update to 0.1.4.
795b7f0 is described below

commit 795b7f053f3451a678888ed6fdcda3f5bf689da6
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Sep 5 12:01:59 2021 -0400

    gnu: pipe-viewer: Update to 0.1.4.
    
    * gnu/packages/video.scm (pipe-viewer)[version]: Update to 0.1.4.
---
 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 57a6dc1..10aa067 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1026,7 +1026,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public pipe-viewer
   (package
     (name "pipe-viewer")
-    (version "0.1.2")
+    (version "0.1.4")
     (source
      (origin
        (method git-fetch)
@@ -1036,7 +1036,7 @@ H.264 (MPEG-4 AVC) video streams.")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d2gfkd3nc0c4ah67250lqskkd85wpljrikw8a378ni398ngaq14"))))
+        (base32 "0d8b3gcr9dndw8qlwfrm0wgp4vjmn8fwd151kmzz7kkw57f5jfch"))))
     (build-system perl-build-system)
     (arguments
      `(#:imported-modules



reply via email to

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