diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 16:19:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 18:20:35 +0200 |
commit | a16ce0b11d32e6344e4a2e148b1bf6ed34b189b3 (patch) | |
tree | 3b4071c194d0b0d2acf1bab892ce8352355842f0 /gnu/packages | |
parent | e2d3f8d48a481fef05327c430609e5f35a0237c5 (diff) | |
download | guix-a16ce0b11d32e6344e4a2e148b1bf6ed34b189b3.tar.gz guix-a16ce0b11d32e6344e4a2e148b1bf6ed34b189b3.zip |
gnu: lightspark: Update to 0.8.4.1.
* gnu/packages/animation.scm (lightspark): Update to 0.8.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/animation.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index bf139ac88e..71fc8f20b0 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 |