guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: straw-viewer: Update to 0.0.7.


From: guix-commits
Subject: 09/11: gnu: straw-viewer: Update to 0.0.7.
Date: Sat, 29 Aug 2020 22:57:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4b05e1a204f20908011bdf859b5775130107681c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 30 04:33:19 2020 +0200

    gnu: straw-viewer: Update to 0.0.7.
    
    * gnu/packages/video.scm (straw-viewer): Update to 0.0.7.
---
 gnu/packages/video.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cf7ea44..242816c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1001,7 +1001,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public straw-viewer
   (package
     (name "straw-viewer")
-    (version "0.0.6")
+    (version "0.0.7")
     (source
      (origin
        (method git-fetch)
@@ -1010,8 +1010,7 @@ H.264 (MPEG-4 AVC) video streams.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0a9g10r56jdm2jx2yg9i8j8nczq74x78c29bhannr7ybnm2r6w2a"))))
+        (base32 "11ywip9ck2rgyj8s1pyr6za3si0bnx8rl2f3cv84xgcq36ac3rv4"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]