summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorBoris A. Dekshteyn <boris.dekshteyn@gmail.com>2021-06-15 01:32:13 +1200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-18 13:12:22 +0200
commitaec8dfd37b5a7e3a8e76db25275e8f191beb0db6 (patch)
tree895f4cfaaaf61032ce2706832f0054a30d5e68fa /gnu
parent624a6b60b5f4051ec38829e9c9d2adbc54a093f9 (diff)
downloadguix-aec8dfd37b5a7e3a8e76db25275e8f191beb0db6.tar.gz
gnu: lib2geom: Update to commit b29d60e4.
* gnu/packages/graphics.scm (lib2geom): Update to commit
b29d60e49a58f4e8069544b44863b1a623e4ee59 (with inkscape 1.1 relased).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graphics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 4f465f6d99..e0cade6359 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -826,8 +826,8 @@ exception-handling library.")
 
 (define-public lib2geom
   ;; Use the latest master commit, as the 1.0 release suffer build problems.
-  (let ((revision "3")
-        (commit "17e0d21f0afc8489656f9184bff7ad024a42394a"))
+  (let ((revision "4")
+        (commit "b29d60e49a58f4e8069544b44863b1a623e4ee59"))
     (package
       (name "lib2geom")
       (version (git-version "1.0" revision commit))
@@ -839,7 +839,7 @@ exception-handling library.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0waskrmdrrdjw8pr5cvlkrxywgf376viggpc2jzdqxxpy2k78fpr"))
+                  "0xd8f3cgfnipdav4w8j54r7hzy9f3m7xk42ppcfhdjz2hriggyk6"))
                 (patches
                  ;; Patch submitted to upstream (see:
                  ;; https://gitlab.com/inkscape/lib2geom/-/merge_requests/32).