guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 244db1217ab259f63597c39a8aa0d8791e06c60b
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 18 15:05:51 2026 +0100

    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
---
 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 47c7b41d50..a480de8f67 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")

Reply via email to