guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: lightspark: Update to 0.8.6.1.


From: guix-commits
Subject: 01/17: gnu: lightspark: Update to 0.8.6.1.
Date: Thu, 19 Jan 2023 16:28:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b2d0ba2b30d3b79ba97203a282b72507d3fcc4c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    gnu: lightspark: Update to 0.8.6.1.
    
    * gnu/packages/animation.scm (lightspark): Update to 0.8.6.1.
---
 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 b5a4dfccf0..33fc3fcce9 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -290,7 +290,7 @@ audio or video backends, ensuring good performance.")
 (define-public lightspark
   (package
     (name "lightspark")
-    (version "0.8.6")
+    (version "0.8.6.1")
     (source
      (origin
        (method git-fetch)
@@ -299,7 +299,7 @@ audio or video backends, ensuring good performance.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0v7d7vwb0xqkk3v8dyks0wyk52ga57v5lg93y74v1d2wh7spmmzw"))))
+        (base32 "1a78l9na01pd7a77r9n8lqih893s54rllpjvrx72sh0yyal1q3gz"))))
     (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]