From b5c2e59796cf850004f3af32a2bcf587a87e81ac Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 Feb 2024 11:49:57 -0500 Subject: gnu: lib2geom: Update to 1.3. * gnu/packages/graphics.scm (lib2geom): Update to 1.3. Change-Id: Icac0c5674e39709ac85880ad7b22149b8fe30806 --- gnu/packages/graphics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/graphics.scm') diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 2ca8a70bf9..164ada84ed 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -887,7 +887,7 @@ exception-handling library.") (define-public lib2geom (package (name "lib2geom") - (version "1.2") + (version "1.3") (source (origin (method git-fetch) (uri (git-reference @@ -896,7 +896,7 @@ exception-handling library.") (file-name (git-file-name "lib2geom" version)) (sha256 (base32 - "0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8")))) + "1ypcn0yxk9ny7qg8s8h3px2wpimhfgkwk7x1548ky12iqmdjjmcn")))) (build-system cmake-build-system) (arguments `(#:imported-modules ((guix build python-build-system) -- cgit v1.2.3