mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: charls: Update to 2.4.2.
* gnu/packages/image-processing.scm (charls): Update to 2.4.2. Fixes: guix/guix#2156 Change-Id: I9f3180552faf4adeddd29719476859910529d579
This commit is contained in:
parent
73db528057
commit
8bd415b065
1 changed files with 2 additions and 2 deletions
|
@ -2058,7 +2058,7 @@ rectangles, circles, lines, points and VOC/COCO export.")
|
|||
(define-public charls
|
||||
(package
|
||||
(name "charls")
|
||||
(version "2.3.4")
|
||||
(version "2.4.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2067,7 +2067,7 @@ rectangles, circles, lines, points and VOC/COCO export.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g3f1rfimk30rqmi7ic4i5vfphyqbbpsyyhwqq1iss9wjwaz2vs5"))))
|
||||
"0vp6mjjm6hi2r1swwvbg86asvn604w58nam7yvqk1qr13aizjl71"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-DCMAKE_BUILD_TYPE:STRING=Release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue