me
/
guix
Archived
1
0
Fork 0

gnu: straw-viewer: Update to 0.1.0.

* gnu/packages/video.scm (straw-viewer): Update to 0.1.0.
master
Brett Gilio 2020-10-22 18:46:13 -05:00
parent ed9e50154b
commit 27d04d8782
No known key found for this signature in database
GPG Key ID: F6C52DD1BA27CB87
1 changed files with 2 additions and 2 deletions

View File

@ -1005,7 +1005,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public straw-viewer
(package
(name "straw-viewer")
(version "0.0.7")
(version "0.1.0")
(source
(origin
(method git-fetch)
@ -1014,7 +1014,7 @@ H.264 (MPEG-4 AVC) video streams.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "11ywip9ck2rgyj8s1pyr6za3si0bnx8rl2f3cv84xgcq36ac3rv4"))))
(base32 "0786bppk8dhp5p2284qp7pm3b9vwh1cm4n03hiqwd2vvgv41aypy"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)