gnu: openjpeg-data: Update to 2021.09.26.
* gnu/packages/image.scm (openjpeg-data): Update to 2021.09.26.master
parent
4c4413b5c6
commit
ddc337e2a8
|
@ -777,17 +777,17 @@ images of initially unknown height.")
|
||||||
(define-public openjpeg-data
|
(define-public openjpeg-data
|
||||||
(package
|
(package
|
||||||
(name "openjpeg-data")
|
(name "openjpeg-data")
|
||||||
(version "2020.11.30")
|
(version "2021.09.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/uclouvain/openjpeg-data")
|
(url "https://github.com/uclouvain/openjpeg-data")
|
||||||
(commit "cd724fb1f93e6af41ebc68c4904f4bf2a4cd1e60")))
|
(commit "1f3d093030f9a0b43353ec6b48500f65786ff57a")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q2swh4g9r9haqs075fyk42aclqcs9q51lqqzfb57lisszminpwm"))))
|
(base32 "13jpdaqk7mngk0xw6xbh9zgipip6n25spvqd97hwpfna1zyh8lzh"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(synopsis "Test files for OpenJPEG")
|
(synopsis "Test files for OpenJPEG")
|
||||||
(description "OpenJPEG-Data contains all files required to run the openjpeg
|
(description "OpenJPEG-Data contains all files required to run the openjpeg
|
||||||
|
|
Reference in New Issue