summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 22:53:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 23:05:34 +0100
commit67d905ee79d52158f97beb50faf53153def252e0 (patch)
treeebf32ef5080438c1ca7fd92849cb9c2dcc448be8
parent5d15733c426d232e98098d99a5bfe145586609a4 (diff)
downloadguix-67d905ee79d52158f97beb50faf53153def252e0.tar.gz
gnu: straw-viewer: Update to 0.1.1.
* gnu/packages/video.scm (straw-viewer): Update to 0.1.1.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e23a621516..3e31f73017 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1007,7 +1007,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public straw-viewer
   (package
     (name "straw-viewer")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
      (origin
        (method git-fetch)
@@ -1016,7 +1016,7 @@ H.264 (MPEG-4 AVC) video streams.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0786bppk8dhp5p2284qp7pm3b9vwh1cm4n03hiqwd2vvgv41aypy"))))
+        (base32 "0idp1ayqghi5bg83v9qmvzz9wj05flwrp1fxb4kqa6vwxmprvhyk"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)