summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2020-07-18 23:51:32 -0500
committerBrett Gilio <brettg@gnu.org>2020-07-18 23:51:32 -0500
commit667903d1433ae86df09cc090daac67faa62afd32 (patch)
treea62bd8a7d8d399f5a22159d5ba5c198ef253b88d /gnu
parentd37eb6bb20069464e3a82d15a350084b457c12f6 (diff)
gnu: straw-viewer: Update to 0.0.6.
* gnu/packages/video.scm (straw-viewer): Update to 0.0.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 52c51b9851..4120174484 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -43,6 +43,7 @@
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -528,7 +529,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public straw-viewer
(package
(name "straw-viewer")
- (version "0.0.2")
+ (version "0.0.6")
(source
(origin
(method git-fetch)
@@ -537,7 +538,8 @@ H.264 (MPEG-4 AVC) video streams.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "067j8wdfy29bi5ahky10xzzs8cr3mn95wl4kyqqjvjzri77a25j3"))))
+ (base32
+ "0a9g10r56jdm2jx2yg9i8j8nczq74x78c29bhannr7ybnm2r6w2a"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)