gnu: straw-viewer: Update to 0.1.3.

* gnu/packages/video.scm (straw-viewer): Update to 0.1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-07 14:34:25 +01:00
parent a20ce91b49
commit f5f41b4261
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1014,7 +1014,7 @@ (define-public mkvtoolnix
(define-public straw-viewer
(package
(name "straw-viewer")
(version "0.1.2")
(version "0.1.3")
(source
(origin
(method git-fetch)
@ -1023,7 +1023,7 @@ (define-public straw-viewer
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1s6w8m9377ajy21x7lf6mbgp5yk5i70nhzmqscibjnarr3xfg9zs"))))
(base32 "1n21byn7hqykpm94jmmnir1fwsskq6dp9wgj0bd2qf0qx5nq33cl"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)