me
/
guix
Archived
1
0
Fork 0

gnu: lightspark: Update to 0.8.6.

* gnu/packages/animation.scm (lightspark): Update to 0.8.6.
master
Vinicius Monego 2022-08-21 12:21:40 -03:00
parent b62da25698
commit 9d829dc9a4
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ audio or video backends, ensuring good performance.")
(define-public lightspark
(package
(name "lightspark")
(version "0.8.5")
(version "0.8.6")
(source
(origin
(method git-fetch)
@ -332,7 +332,7 @@ audio or video backends, ensuring good performance.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00535ndzjbz5xyr95cih01wlkc2mgvg60bv6amz4lnnglk0c5v0p"))))
(base32 "0v7d7vwb0xqkk3v8dyks0wyk52ga57v5lg93y74v1d2wh7spmmzw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests