mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: Add go-github-com-agnivade-levenshtein."
The variable is a duplicate and available in (gnu packages golang-xyz).
This reverts commit e16d89d4c0
.
Change-Id: I4ea3008839eb954ddfaf4f27e7631958926d6a20
This commit is contained in:
parent
54c5dca6f0
commit
7b9a2a9321
1 changed files with 0 additions and 25 deletions
|
@ -17879,31 +17879,6 @@ converting them to the often much more useful @@code{time.Duration}.")
|
||||||
#:unpack-path "github.com/dgryski/trifles"
|
#:unpack-path "github.com/dgryski/trifles"
|
||||||
#:import-path "github.com/dgryski/trifles/leven"))))
|
#:import-path "github.com/dgryski/trifles/leven"))))
|
||||||
|
|
||||||
(define-public go-github-com-agnivade-levenshtein
|
|
||||||
(package
|
|
||||||
(name "go-github-com-agnivade-levenshtein")
|
|
||||||
(version "1.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/agnivade/levenshtein")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0vg9aj9k4qv96nqqp261qrm9g7kj0axqhv3mm9qvw932l72943hn"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/agnivade/levenshtein"))
|
|
||||||
(propagated-inputs (list go-github-com-dgryski-trifles-leven
|
|
||||||
go-github-com-arbovm-levenshtein))
|
|
||||||
(home-page "https://github.com/agnivade/levenshtein")
|
|
||||||
(synopsis "Levenshtein Distance")
|
|
||||||
(description
|
|
||||||
"This package provides a Go implementation to calculate Levenshtein
|
|
||||||
Distance.")
|
|
||||||
(license license:expat)))
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue