mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Remove go-github-com-whyrusleeping-progmeter.
Not in use by any packages in Guix and no updates for 7 years. * gnu/packages/golang.scm (go-github-com-whyrusleeping-progmeter): Delete variable. Change-Id: I5b7f0737e23ec1efc1502f8094cb9758f2437b91
This commit is contained in:
parent
c97a056130
commit
cdfd158d60
1 changed files with 0 additions and 25 deletions
|
@ -2856,31 +2856,6 @@ (define-public go-github-com-shurcool-sanitized-anchor-name
|
|||
anchor names.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-progmeter
|
||||
(let ((commit "f3e57218a75b913eff88d49a52c1debf9684ea04")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-whyrusleeping-progmeter")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/whyrusleeping/progmeter")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xs8rz6yhpvj9512c5v3b8dwr2kivywnyyfxzdfbr6fy1xc8zskb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path
|
||||
"github.com/whyrusleeping/progmeter"))
|
||||
(home-page "https://github.com/whyrusleeping/progmeter")
|
||||
(synopsis "Progress meter for Go")
|
||||
(description "Progress meter for Go.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-stump
|
||||
(let ((commit "206f8f13aae1697a6fc1f4a55799faf955971fc5")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue