gnu: lib2geom: Update to 1.3.

* gnu/packages/graphics.scm (lib2geom): Update to 1.3.

Change-Id: Icac0c5674e39709ac85880ad7b22149b8fe30806
This commit is contained in:
Maxim Cournoyer 2024-02-19 11:49:57 -05:00 committed by Ludovic Courtès
parent 6d7f9294dd
commit b5c2e59796
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -887,7 +887,7 @@ (define-public ilmbase
(define-public lib2geom (define-public lib2geom
(package (package
(name "lib2geom") (name "lib2geom")
(version "1.2") (version "1.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -896,7 +896,7 @@ (define-public lib2geom
(file-name (git-file-name "lib2geom" version)) (file-name (git-file-name "lib2geom" version))
(sha256 (sha256
(base32 (base32
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8")))) "1ypcn0yxk9ny7qg8s8h3px2wpimhfgkwk7x1548ky12iqmdjjmcn"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:imported-modules ((guix build python-build-system) `(#:imported-modules ((guix build python-build-system)