3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
raingloom 2021-11-02 06:46:57 +00:00 committed by Ricardo Wurmus
parent b7e774a828
commit 7e4b418733
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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"))