guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/22: gnu: lib2geom: Update to 1.3.


From: guix-commits
Subject: 16/22: gnu: lib2geom: Update to 1.3.
Date: Sat, 9 Mar 2024 13:28:24 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit ca229049ec3620d9aa8e34c6f871f6afcc26316b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]