guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: pipe-viewer: Update to 0.4.4.


From: guix-commits
Subject: 01/06: gnu: pipe-viewer: Update to 0.4.4.
Date: Sun, 25 Dec 2022 18:59:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit badad2653f832db2212ce4c159dfd305971fddb3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 26 00:06:26 2022 +0100

    gnu: pipe-viewer: Update to 0.4.4.
    
    * gnu/packages/video.scm (pipe-viewer): Update to 0.4.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 d1d50df304..456376d597 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1125,7 +1125,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public pipe-viewer
   (package
     (name "pipe-viewer")
-    (version "0.2.3")
+    (version "0.4.4")
     (source
      (origin
        (method git-fetch)
@@ -1135,7 +1135,7 @@ H.264 (MPEG-4 AVC) video streams.")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c2v4pj86442sp71ndjmvd2bl1grp6g9ya2ywdaihq1f2djk6jxl"))))
+        (base32 "0ka5az3aq2khql9nlxnrbkbs7afmp07r2fkx5pvmh6mqnriaimq3"))))
     (build-system perl-build-system)
     (arguments
      `(#:imported-modules



reply via email to

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