sharlatan pushed a commit to branch go-team
in repository guix.

commit 3596f80e796e2d7c95e20de1fa2a764d0e2654ca
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 2 23:07:06 2025 +0000

    gnu: Remove go-github-com-whyrusleeping-tar-utils.
    
    Not in use by any packages in Guix, not maintained.
    
    * gnu/packages/golang.scm (go-github-com-whyrusleeping-tar-utils): Delete 
variable.
    
    Change-Id: Ie78368e21c5673f59dda81a753685cb1060d47f3
---
 gnu/packages/golang.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 30e726a103..99180c6638 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3049,31 +3049,6 @@ required by Go's standard Hash interface.")
       (description "Just a type for protocol strings.  Nothing more.")
       (license license:expat))))
 
-(define-public go-github-com-whyrusleeping-tar-utils
-  (let ((commit "8c6c8ba81d5c71fd69c0f48dbde4b2fb422b6dfc")
-        (revision "0"))
-    (package
-      (name "go-github-com-whyrusleeping-tar-utils")
-      (version (git-version "0.0.0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/whyrusleeping/tar-utils";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "14jjdw3yics0k467xsyk388684wdpi0bbx8nqj0y4pqxa0s0in6s"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path
-         "github.com/whyrusleeping/tar-utils"))
-      (home-page "https://github.com/whyrusleeping/tar-utils";)
-      (synopsis "Tar utilities extracted from go-ipfs codebase")
-      (description "Tar utilities extracted from @command{go-ipfs} codebase.")
-      (license license:expat))))
-
 (define-public go-github-com-sabhiram-go-gitignore
   (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a")
         (revision "1"))

Reply via email to