diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-02 23:08:59 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:37 +0000 |
commit | 833af5c4e3e696c92bdf978a92ad79ab95b38277 (patch) | |
tree | f1c28638086831d52fee809817de23c2317aea42 /gnu/packages/golang.scm | |
parent | 5411a83ae689c97907023cc7dbcf5d27ee698a18 (diff) |
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
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 99180c6638..18f2bde7a2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3024,31 +3024,6 @@ Reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface.") (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 (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a") (revision "1")) |