guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

88/172: gnu: go-github-go-git: Rename variable.


From: guix-commits
Subject: 88/172: gnu: go-github-go-git: Rename variable.
Date: Tue, 5 Nov 2024 16:05:00 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit cc0bfa4c4a4ffae8fe5f2dd6a248452b46b02f63
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Sep 14 22:38:35 2024 +0100

    gnu: go-github-go-git: Rename variable.
    
    * gnu/packages/version-control.scm (go-github-go-git): Rename variable
    to go-github-com-go-git-go-git-v5 to reflect go.mod import path
    * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]:
    Remove go-github-go-git; add go-github-com-go-git-go-git-v5.
    
    Change-Id: I670b0f05ea3aba7d07ffb9b6a09279e155c4da21
---
 gnu/packages/configuration-management.scm | 2 +-
 gnu/packages/version-control.scm          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/configuration-management.scm 
b/gnu/packages/configuration-management.scm
index ffb6762142..66ce87f944 100644
--- a/gnu/packages/configuration-management.scm
+++ b/gnu/packages/configuration-management.scm
@@ -115,6 +115,7 @@
            go-github-com-bmatcuk-doublestar-v2
            go-github-com-charmbracelet-glamour
            go-github-com-coreos-go-semver
+           go-github-com-go-git-go-git-v5
            go-github-com-google-go-github-v33
            go-github-com-google-renameio
            go-github-com-masterminds-sprig-v3
@@ -130,7 +131,6 @@
            go-github-com-twpayne-go-vfsafero
            go-github-com-twpayne-go-xdg-v3
            go-github-com-zalando-go-keyring
-           go-github-go-git
            go-go-etcd-io-bbolt
            go-golang-org-x-oauth2
            go-golang-org-x-sys
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 02782ff838..cf7a0ae084 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3922,9 +3922,9 @@ of machine readable.  This helps improve code quality and 
helps you spot
 defects faster.")
     (license license:expat)))
 
-(define-public go-github-go-git
+(define-public go-github-com-go-git-go-git-v5
   (package
-    (name "go-github-go-git")
+    (name "go-github-com-go-git-go-git-v5")
     (version "5.1.0")
     (source (origin
               (method git-fetch)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]