guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: Rename go-github-com-cheggaaa-pb to go-github-com-cheggaaa-p


From: guix-commits
Subject: 05/08: gnu: Rename go-github-com-cheggaaa-pb to go-github-com-cheggaaa-pb-v3.
Date: Wed, 1 Dec 2021 11:06:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7e4b418733b67ee9d40091a3d1d7fef30bd84933
Author: raingloom <raingloom@riseup.net>
AuthorDate: Tue Nov 2 06:46:57 2021 +0000

    gnu: Rename go-github-com-cheggaaa-pb to go-github-com-cheggaaa-pb-v3.
    
    * gnu/packages/golang.scm (go-github-com-cheggaaa-pb): Rename this 
variable...
    (go-github-com-cheggaaa-pb-v3): ...to this variable.
    (go-github-com-cheggaaa-pb): New variable for deprecated package.
    
    Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/golang.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d7f8fcd..1fbe339 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7945,9 +7945,9 @@ error messages.")
 inspired by the causal messaging system in the Pony programming language.")
       (license license:expat))))
 
-(define-public go-github-com-cheggaaa-pb
+(define-public go-github-com-cheggaaa-pb-v3
   (package
-    (name "go-github-com-cheggaaa-pb")
+    (name "go-github-com-cheggaaa-pb-v3")
     (version "3.0.8")
     (source
      (origin
@@ -7978,6 +7978,9 @@ inspired by the causal messaging system in the Pony 
programming language.")
 the terminal.")
     (license license:bsd-3)))
 
+(define-public go-github-com-cheggaaa-pb
+  (deprecated-package "go-github-com-cheggaaa-pb" 
go-github-com-cheggaaa-pb-v3))
+
 (define-public go-github-com-gologme-log
   ;; this is the same as v1.2.0, only the LICENSE file changed
   (let ((commit "720ba0b3ccf0a91bc6018c9967a2479f93f56a55"))



reply via email to

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