[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: Remove lib2geom 1.1.
From: |
guix-commits |
Subject: |
07/07: gnu: Remove lib2geom 1.1. |
Date: |
Sun, 30 Apr 2023 11:45:16 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit eab4d0e18a616c71ab5f3af7f2915a9591ef04e8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Apr 10 18:12:19 2023 +0200
gnu: Remove lib2geom 1.1.
* gnu/packages/graphics.scm (lib2geom): Update to 1.2.
(lib2geom-1.2): Remove variable.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Use libgeom.
---
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 261fcf9547..7bb05055f9 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -865,9 +865,9 @@ exception-handling library.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://gitlab.com/inkscape/lib2geom.git")
+ (url "https://gitlab.com/inkscape/lib2geom")
(commit version)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "lib2geom" version))
(sha256
(base32
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))
- branch gnome-team created (now eab4d0e18a), guix-commits, 2023/04/30
- 02/07: gnu: pango: Update to 1.50.14., guix-commits, 2023/04/30
- 04/07: gnu: libsoup-minimal@2: Update to 2.74.3., guix-commits, 2023/04/30
- 01/07: gnu: glib: Update to 2.76.1., guix-commits, 2023/04/30
- 03/07: gnu: gobject-introspection: Update to 1.76.1., guix-commits, 2023/04/30
- 05/07: gnu: python-pygobject: Update to 3.44.1., guix-commits, 2023/04/30
- 06/07: gnu: gtk+-2: Fix build by hardening list store., guix-commits, 2023/04/30
- 07/07: gnu: Remove lib2geom 1.1.,
guix-commits <=