guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: simplescreenrecorder: Update to 0.3.10.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: simplescreenrecorder: Update to 0.3.10.
Date: Wed, 14 Mar 2018 02:47:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 186cef9e1c023a7d0afb8a5ce796332d2ad99215
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 14 06:53:16 2018 +0100

    gnu: simplescreenrecorder: Update to 0.3.10.
    
    * gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.10.
---
 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 984d2f1..6c9769d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2038,7 +2038,7 @@ making @dfn{screencasts}.")
 (define-public simplescreenrecorder
   (package
     (name "simplescreenrecorder")
-    (version "0.3.9")
+    (version "0.3.10")
     (source
      (origin
        (method url-fetch)
@@ -2047,7 +2047,7 @@ making @dfn{screencasts}.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1gnf9wbiq2fcbqcn1a5nfmp8r0nxrrlgh2wly2mfkkwymynhx0pk"))))
+         "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g"))))
     (build-system cmake-build-system)
     ;; Although libx11, libxfixes, libxext are listed as build dependencies in
     ;; README.md, the program builds and functions properly without them.



reply via email to

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