guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: straw-viewer: Update to 0.1.3.


From: guix-commits
Subject: 11/12: gnu: straw-viewer: Update to 0.1.3.
Date: Sun, 7 Mar 2021 08:47:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f5f41b4261580b50cb40de5d3244bb2602e4a1a3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 7 14:34:25 2021 +0100

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bcda41a..a46a55e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1014,7 +1014,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (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 @@ H.264 (MPEG-4 AVC) video streams.")
              (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)



reply via email to

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