guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: go-github-com-percent: Rename to go-github-com-mtibben-perce


From: guix-commits
Subject: 03/06: gnu: go-github-com-percent: Rename to go-github-com-mtibben-percent.
Date: Sun, 2 Jan 2022 08:44:56 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 81f6639f81b0b85eb7ab27e8f18d2bd89da2d719
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 2 10:32:28 2022 +0200

    gnu: go-github-com-percent: Rename to go-github-com-mtibben-percent.
    
    * gnu/packages/golang.scm (go-github-com-percent): Rename to
    go-github-com-mtibben-percent.
    (aws-vault, go-github-com-99designs-go-keyring)[native-inputs]: Adjust
    accordingly.
---
 gnu/packages/golang.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 11b29adadd..369635eb17 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8850,9 +8850,9 @@ written to test improvements to / replace the routing 
logic in
 be useful for other network applications.")
     (license license:mpl2.0)))
 
-(define-public go-github-com-percent
+(define-public go-github-com-mtibben-percent
   (package
-    (name "go-github-com-percent")
+    (name "go-github-com-mtibben-percent")
     (version "0.2.1")
     (source (origin
               (method git-fetch)
@@ -8873,6 +8873,9 @@ be useful for other network applications.")
     (home-page "https://github.com/mtibben/percent";)
     (license license:expat)))
 
+(define-public go-github-com-percent
+  (deprecated-package "go-github-com-percent" go-github-com-mtibben-percent))
+
 (define-public go-github-com-dvsekhvalnov-jose2go
   (package
     (name "go-github-com-dvsekhvalnov-jose2go")
@@ -8916,7 +8919,7 @@ encrypting JSON Web Tokens (JWT).  It relies only on the 
standard library.")
     (native-inputs
      (list go-github-com-99designs-go-keyring
            go-github-com-androiddnsfix
-           go-github-com-percent
+           go-github-com-mtibben-percent
            go-github-com-jmespath-go-jmespath
            go-github-com-aws-aws-sdk-go
            go-github-com-dvsekhvalnov-jose2go
@@ -9016,7 +9019,7 @@ aware of your profiles and configuration in 
~/.aws/config.")
     (native-inputs
      (list go-golang-org-x-crypto
            go-golang-org-x-sys
-           go-github-com-percent
+           go-github-com-mtibben-percent
            go-github-com-mitchellh-go-homedir
            go-github-com-dvsekhvalnov-jose2go
            go-github-com-godbus-dbus



reply via email to

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