mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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>
This commit is contained in:
parent
000083c098
commit
65c70b820b
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ (define-public gnash
|
||||||
(define-public lightspark
|
(define-public lightspark
|
||||||
(package
|
(package
|
||||||
(name "lightspark")
|
(name "lightspark")
|
||||||
(version "0.8.4.1")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -338,7 +338,7 @@ (define-public lightspark
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17l5gzb7p8nivx1a2frca2jklcjdsk2qj4jniv3z8bh307ksz254"))))
|
(base32 "00535ndzjbz5xyr95cih01wlkc2mgvg60bv6amz4lnnglk0c5v0p"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests
|
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests
|
||||||
|
|
Loading…
Reference in a new issue