mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 10:10:31 +02: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user