apteryx pushed a commit to branch core-updates
in repository guix.
commit ca229049ec3620d9aa8e34c6f871f6afcc26316b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Feb 19 11:49:57 2024 -0500
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(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 01cd55f33b..003a24d65b 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -895,7 +895,7 @@ exception-handling library.")
(define-public lib2geom
(package
(name "lib2geom")
- (version "1.2")
+ (version "1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -904,7 +904,7 @@ exception-handling library.")
(file-name (git-file-name name version))
(sha256
(base32
- "0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))
+ "1ypcn0yxk9ny7qg8s8h3px2wpimhfgkwk7x1548ky12iqmdjjmcn"))))
(build-system cmake-build-system)
(arguments
`(#:imported-modules ((guix build python-build-system)