summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-24 19:53:13 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:46 +0000
commitd69b39d6088284e173b451592c3e09d7ab37e80b (patch)
tree4e3f43d2af2d2de56ee245db1b8509b81be57020 /gnu/packages/golang.scm
parent44a782900b06f1f2821b9fe1bb5c1ea213809488 (diff)
gnu: go-github-com-miolini-datacounter: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-miolini-datacounter): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I335a3f8d884ce10054d7a75a223cafbbc9d269af
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0ac10c07a0..84fcffd368 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2439,28 +2439,6 @@ writers can be supplied for alternate environments.")
(home-page "https://github.com/alsm/ioprogress")
(license license:expat))))
-(define-public go-github-com-miolini-datacounter
- (package
- (name "go-github-com-miolini-datacounter")
- (version "1.0.3")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/miolini/datacounter")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0s1hxqy6666qd524rdp1dr3778davc8gx9brg9lkcjvr5l05s9wa"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/miolini/datacounter"))
- (home-page "https://github.com/miolini/datacounter")
- (synopsis "Counters for Go readers and writers")
- (description
- "The datacounter package provides counters for Go readers and writers.")
- (license license:expat)))
-
(define-public go-github-com-aki237-nscjar
(let ((commit "e2df936ddd6050d30dd90c7214c02b5019c42f06")
(revision "0"))