diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-08 18:49:49 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:44 +0000 |
commit | 695ff1ae63dba54dac4097d8f16579a363df861c (patch) | |
tree | a16ad3c2c9b37bea5b0bdbe67be451366da7dd83 /gnu/packages/golang.scm | |
parent | c0598cd90cb8162730b3865bdaf8eec99b8f74cf (diff) |
gnu: Remove go-github-com-whyrusleeping-stump.
Not in use by any other packages in Guix, no updates for 9 years.
* gnu/packages/golang.scm (go-github-com-whyrusleeping-stump): Delete variable.
Change-Id: I5ab2d0038c06964740b1c89556acd9919dd1a23f
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 180270e3f1..da25fcd0d2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2856,31 +2856,6 @@ GIT_TRACE mechanism.") anchor names.") (license license:expat))) -(define-public go-github-com-whyrusleeping-stump - (let ((commit "206f8f13aae1697a6fc1f4a55799faf955971fc5") - (revision "0")) - (package - (name "go-github-com-whyrusleeping-stump") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/whyrusleeping/stump") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1s40qdppjnk8gijk7x6kbviiqz62nz3h6gic2q9cwcmq8r5isw7n")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/whyrusleeping/stump")) - (home-page "https://github.com/whyrusleeping/stump") - (synopsis "Very basic logging package for Go") - (description "A simple log library, for when you don't really care to -have super fancy logs.") - (license license:expat)))) - (define-public go-github-com-lucasb-eyer-go-colorful (package (name "go-github-com-lucasb-eyer-go-colorful") |