guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: lightspark: Update to 0.8.4.1.


From: guix-commits
Subject: 07/16: gnu: lightspark: Update to 0.8.4.1.
Date: Thu, 27 May 2021 12:27:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a16ce0b11d32e6344e4a2e148b1bf6ed34b189b3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 16:19:25 2021 +0200

    gnu: lightspark: Update to 0.8.4.1.
    
    * gnu/packages/animation.scm (lightspark): Update to 0.8.4.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 bf139ac..71fc8f2 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")
+    (version "0.8.4.1")
     (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 "1mkvjmrjdqx4rsvavd619m144pdfkgs3jb6z7i9fmzyvh4i0jp37"))))
+        (base32 "17l5gzb7p8nivx1a2frca2jklcjdsk2qj4jniv3z8bh307ksz254"))))
     (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]