guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: lightspark: Update to 0.8.6.


From: guix-commits
Subject: 04/06: gnu: lightspark: Update to 0.8.6.
Date: Sun, 21 Aug 2022 15:00:28 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 9d829dc9a4959b98e2774a35e8c825bc21608717
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Aug 21 12:21:40 2022 -0300

    gnu: lightspark: Update to 0.8.6.
    
    * gnu/packages/animation.scm (lightspark): Update to 0.8.6.
---
 gnu/packages/animation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 4f7654e3af..cb6de9e090 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -323,7 +323,7 @@ audio or video backends, ensuring good performance.")
 (define-public lightspark
   (package
     (name "lightspark")
-    (version "0.8.5")
+    (version "0.8.6")
     (source
      (origin
        (method git-fetch)
@@ -332,7 +332,7 @@ audio or video backends, ensuring good performance.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00535ndzjbz5xyr95cih01wlkc2mgvg60bv6amz4lnnglk0c5v0p"))))
+        (base32 "0v7d7vwb0xqkk3v8dyks0wyk52ga57v5lg93y74v1d2wh7spmmzw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;requires Adobe Flex SDK, see README.tests



reply via email to

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