gnu: lightspark: Update to 0.9.0.

* gnu/packages/animation.scm (lightspark): Update to 0.9.0.

Change-Id: I9d6ac84dc074bc848395e311813bc1335bf39fd9
This commit is contained in:
Vinicius Monego 2025-02-22 19:47:35 -03:00
parent 5bded4287e
commit a959dfd88e
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -292,7 +292,7 @@ audio or video backends, ensuring good performance.")
(define-public lightspark
(package
(name "lightspark")
(version "0.8.7")
(version "0.9.0")
(source
(origin
(method git-fetch)
@ -301,7 +301,7 @@ audio or video backends, ensuring good performance.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "156yd79dbs6lzp5jc2zd0knw6bk0g8qdm8icp7pkcn95vfvxyzx9"))))
(base32 "0j5rk7c9cg7bmnjmgsyn57h1gfdyjj76vjj6xl8j6y547p1adqnv"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests