guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lightspark: Update to 0.8.5.


From: guix-commits
Subject: branch master updated: gnu: lightspark: Update to 0.8.5.
Date: Thu, 08 Jul 2021 18:01:14 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 65c70b8  gnu: lightspark: Update to 0.8.5.
65c70b8 is described below

commit 65c70b820ba7639bc8f6589cd62d0cc536fa8d4e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Jul 6 19:09:41 2021 +0000

    gnu: lightspark: Update to 0.8.5.
    
    * gnu/packages/animation.scm (lightspark): Update to 0.8.5.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 653f37f..6f116af 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -329,7 +329,7 @@ audio or video backends, ensuring good performance.")
 (define-public lightspark
   (package
     (name "lightspark")
-    (version "0.8.4.1")
+    (version "0.8.5")
     (source
      (origin
        (method git-fetch)
@@ -338,7 +338,7 @@ audio or video backends, ensuring good performance.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17l5gzb7p8nivx1a2frca2jklcjdsk2qj4jniv3z8bh307ksz254"))))
+        (base32 "00535ndzjbz5xyr95cih01wlkc2mgvg60bv6amz4lnnglk0c5v0p"))))
     (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]