gnu: Remove go-github-com-libp2p-go-libp2p-protocol.

Deprecated: "This repository has been archived by the owner on Dec 7,
2019. It is now read-only.". Not in use by any packages in Guix.

* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-protocol): Delete variable.

Change-Id: I00a79de2a0d009032f3103894580028aa1db2ac6
This commit is contained in:
Sharlatan Hellseher 2025-01-02 23:08:59 +00:00
parent ee18aa839c
commit cfadb4145a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3024,31 +3024,6 @@ (define-public go-github-com-twmb-murmur3
required by Go's standard Hash interface.") required by Go's standard Hash interface.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-libp2p-go-libp2p-protocol
(let ((commit "b29f3d97e3a2fb8b29c5d04290e6cb5c5018004b")
(revision "0"))
(package
(name "go-github-com-libp2p-go-libp2p-protocol")
(version (git-version "1.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/libp2p/go-libp2p-protocol")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1xgjfnx9zcqglg9li29wdqywsp8hz22wx6phns9zscni2jsfidld"))))
(build-system go-build-system)
(arguments
'(#:import-path
"github.com/libp2p/go-libp2p-protocol"))
(home-page "https://github.com/libp2p/go-libp2p-protocol")
(synopsis "Type for protocol strings in Golang")
(description "Just a type for protocol strings. Nothing more.")
(license license:expat))))
(define-public go-github-com-sabhiram-go-gitignore (define-public go-github-com-sabhiram-go-gitignore
(let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a") (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a")
(revision "1")) (revision "1"))