From 4c38f7bd73d23df6506aa1ca56bee49f6808c173 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 18 Jan 2026 15:02:59 +0100 Subject: gnu: python-pygit2: Rename to python-pygit2-1.11. * gnu/packages/python-xyz.scm (python-pygit2): Rename to... (python-pygit2-1.11): ...this. (python-pygit2-1.18): Adapt inheritance. (offlate): Adapt input. * gnu/packages/astronomy.scm (python-pypeit), gnu/packages/bootloaders.scm (patman), gnu/packages/cybersecurity.scm (gallia), gnu/packages/version-control.scm (gitless): Adapt inputs. Change-Id: I4a7d034a1f07f2b5e85985745ad5ef89ccb954c0 Signed-off-by: Rutherther --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e6793e23982..3b1341e5ad8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11578,7 +11578,7 @@ parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.") (license license:expat))) -(define-public python-pygit2 +(define-public python-pygit2-1.11 (package (name "python-pygit2") (version "1.11.1") @@ -11598,7 +11598,7 @@ readable format.") (license license:gpl2))) (define-public python-pygit2-1.18 - (package/inherit python-pygit2 + (package/inherit python-pygit2-1.11 (name "python-pygit2") (version "1.18.2") (source @@ -29937,7 +29937,7 @@ These files are used to translate strings in android apps.") python-polib python-pycountry python-pyenchant - python-pygit2 + python-pygit2-1.11 python-pygithub python-pyqt python-requests -- cgit v1.3