From 28e4b5fec436c0e3a0707a0df48ca16495ea5102 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 18 Jan 2026 15:05:51 +0100 Subject: [PATCH] gnu: python-pygit2-1.18: Rename to python-pygit2. * gnu/packages/python-xyz.scm (python-pygit2-1.18): Rename to... (python-pygit2): ...this. Change-Id: I63dc94bca991e9fe23ec73b055bdd3b74292e3cf Signed-off-by: Rutherther --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3b1341e5ad88f737acd16eb97831b525c049c8c7..c29c76d9d5755942510d6719f6cf3efb48253468 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11597,7 +11597,7 @@ readable format.") ;; GPL2.0 only, with linking exception. (license license:gpl2))) -(define-public python-pygit2-1.18 +(define-public python-pygit2 (package/inherit python-pygit2-1.11 (name "python-pygit2") (version "1.18.2")