diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 12:01:59 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 12:01:59 -0400 |
commit | 795b7f053f3451a678888ed6fdcda3f5bf689da6 (patch) | |
tree | 59022e1bb39d4dc239316a142e7d80c5cd6c33e1 /gnu/packages | |
parent | ce65f2b73d7bff7a849179f8d3e19886b376f27d (diff) | |
download | guix-795b7f053f3451a678888ed6fdcda3f5bf689da6.tar.gz |
gnu: pipe-viewer: Update to 0.1.4.
* gnu/packages/video.scm (pipe-viewer)[version]: Update to 0.1.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 57a6dc1c19..10aa06700e 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 |