summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-18 15:02:59 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:25:01 +0100
commit4c38f7bd73d23df6506aa1ca56bee49f6808c173 (patch)
tree5ae575d0662e5722a03b7894ea17394465c9f6de /gnu/packages
parent664aca5c8fa7298da588848b122a8a67d172ff3b (diff)
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/astronomy.scm2
-rw-r--r--gnu/packages/bootloaders.scm2
-rw-r--r--gnu/packages/cybersecurity.scm4
-rw-r--r--gnu/packages/python-xyz.scm6
-rw-r--r--gnu/packages/version-control.scm2
5 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5599eee7ed5..9e123d6c2e9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7483,7 +7483,7 @@ N-Chilada and RAMSES AMR outputs.")
7483 (native-inputs 7483 (native-inputs
7484 (list nss-certs-for-test 7484 (list nss-certs-for-test
7485 python-cython 7485 python-cython
7486 python-pygit2 7486 python-pygit2-1.11
7487 python-pytest 7487 python-pytest
7488 python-scikit-image 7488 python-scikit-image
7489 python-setuptools 7489 python-setuptools
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 90b6c66261a..d120e5e2163 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1136,7 +1136,7 @@ commands part of the U-Boot project, such as Patman.")))
1136 (list git 1136 (list git
1137 `(,git "send-email") 1137 `(,git "send-email")
1138 guile-3.0/pinned ;for wrap-script 1138 guile-3.0/pinned ;for wrap-script
1139 python-pygit2 1139 python-pygit2-1.11
1140 python-requests 1140 python-requests
1141 python-u-boot-pylib)) 1141 python-u-boot-pylib))
1142 (synopsis "Patch automation tool") 1142 (synopsis "Patch automation tool")
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index b49b143df96..64caf8ebe11 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -132,7 +132,7 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
132 #:test-flags #~(list "tests/pytest"))) 132 #:test-flags #~(list "tests/pytest")))
133 (native-inputs 133 (native-inputs
134 (list python-poetry-core 134 (list python-poetry-core
135 python-pygit2 135 python-pygit2-1.11
136 python-pytest 136 python-pytest
137 python-pytest-asyncio)) 137 python-pytest-asyncio))
138 (inputs 138 (inputs
@@ -148,7 +148,7 @@ Refresh}in-DRAM mitigations effectively and as such can trigger bit flips.")
148 python-platformdirs 148 python-platformdirs
149 python-psutil 149 python-psutil
150 python-pydantic 150 python-pydantic
151 python-pygit2 151 python-pygit2-1.11
152 python-tabulate 152 python-tabulate
153 python-zstandard)) 153 python-zstandard))
154 (home-page "https://github.com/Fraunhofer-AISEC/gallia") 154 (home-page "https://github.com/Fraunhofer-AISEC/gallia")
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
11578readable format.") 11578readable format.")
11579 (license license:expat))) 11579 (license license:expat)))
11580 11580
11581(define-public python-pygit2 11581(define-public python-pygit2-1.11
11582 (package 11582 (package
11583 (name "python-pygit2") 11583 (name "python-pygit2")
11584 (version "1.11.1") 11584 (version "1.11.1")
@@ -11598,7 +11598,7 @@ readable format.")
11598 (license license:gpl2))) 11598 (license license:gpl2)))
11599 11599
11600(define-public python-pygit2-1.18 11600(define-public python-pygit2-1.18
11601 (package/inherit python-pygit2 11601 (package/inherit python-pygit2-1.11
11602 (name "python-pygit2") 11602 (name "python-pygit2")
11603 (version "1.18.2") 11603 (version "1.18.2")
11604 (source 11604 (source
@@ -29937,7 +29937,7 @@ These files are used to translate strings in android apps.")
29937 python-polib 29937 python-polib
29938 python-pycountry 29938 python-pycountry
29939 python-pyenchant 29939 python-pyenchant
29940 python-pygit2 29940 python-pygit2-1.11
29941 python-pygithub 29941 python-pygithub
29942 python-pyqt 29942 python-pyqt
29943 python-requests 29943 python-requests
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index cd8fb8ac9a8..e138e0fd95d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -948,7 +948,7 @@ logs to GNU ChangeLog format.")
948 (list bash-minimal 948 (list bash-minimal
949 git-minimal 949 git-minimal
950 python-argcomplete 950 python-argcomplete
951 python-pygit2 951 python-pygit2-1.11
952 python-sh)) 952 python-sh))
953 (home-page "https://gitless.com") 953 (home-page "https://gitless.com")
954 (synopsis "Simple version control system built on top of Git") 954 (synopsis "Simple version control system built on top of Git")