me
/
guix
Archived
1
0
Fork 0

gnu: straw-viewer: Update to 0.0.6.

* gnu/packages/video.scm (straw-viewer): Update to 0.0.6.
master
Brett Gilio 2020-07-18 23:51:32 -05:00
parent d37eb6bb20
commit 667903d143
No known key found for this signature in database
GPG Key ID: F6C52DD1BA27CB87
1 changed files with 4 additions and 2 deletions

View File

@ -43,6 +43,7 @@
;;; Copyright © 2020 Alex McGrath <amk@amk.ie> ;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -528,7 +529,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public straw-viewer (define-public straw-viewer
(package (package
(name "straw-viewer") (name "straw-viewer")
(version "0.0.2") (version "0.0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -537,7 +538,8 @@ H.264 (MPEG-4 AVC) video streams.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "067j8wdfy29bi5ahky10xzzs8cr3mn95wl4kyqqjvjzri77a25j3")))) (base32
"0a9g10r56jdm2jx2yg9i8j8nczq74x78c29bhannr7ybnm2r6w2a"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build) `(("perl-module-build" ,perl-module-build)