guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: straw-viewer: Update to 0.1.0.


From: guix-commits
Subject: branch master updated: gnu: straw-viewer: Update to 0.1.0.
Date: Thu, 22 Oct 2020 19:46:29 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 27d04d8  gnu: straw-viewer: Update to 0.1.0.
27d04d8 is described below

commit 27d04d87824f8b52ce9f0591ae1f9ba2292f9b88
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Thu Oct 22 18:46:13 2020 -0500

    gnu: straw-viewer: Update to 0.1.0.
    
    * gnu/packages/video.scm (straw-viewer): Update to 0.1.0.
---
 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 9563b3c..bdccb6f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1005,7 +1005,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public straw-viewer
   (package
     (name "straw-viewer")
-    (version "0.0.7")
+    (version "0.1.0")
     (source
      (origin
        (method git-fetch)
@@ -1014,7 +1014,7 @@ H.264 (MPEG-4 AVC) video streams.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11ywip9ck2rgyj8s1pyr6za3si0bnx8rl2f3cv84xgcq36ac3rv4"))))
+        (base32 "0786bppk8dhp5p2284qp7pm3b9vwh1cm4n03hiqwd2vvgv41aypy"))))
     (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]