nckx pushed a commit to branch master
in repository guix.
commit 8196087d2163633794ad9eadebe555451c2d32b5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: pipe-viewer: Update to 0.4.8.
* gnu/packages/video.scm (pipe-viewer): Update to 0.4.8.
---
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 c35890e9d8..801c2602e4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1110,7 +1110,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public pipe-viewer
(package
(name "pipe-viewer")
- (version "0.4.4")
+ (version "0.4.8")
(source
(origin
(method git-fetch)
@@ -1120,7 +1120,7 @@ H.264 (MPEG-4 AVC) video streams.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ka5az3aq2khql9nlxnrbkbs7afmp07r2fkx5pvmh6mqnriaimq3"))))
+ (base32 "0x5jq9vr6qr2zckz509wscbf3gblifcksf7vpzq9iy3jma5fnmkc"))))
(build-system perl-build-system)
(arguments
`(#:imported-modules