mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add go-github-com-errata-ai-regexp2.
* gnu/packages/golang-xyz.scm (go-github-com-errata-ai-regexp2): New variable. Change-Id: If9af0a91da1d7a08767dea4614ece9fd620a143a
This commit is contained in:
parent
d7a55dd7d5
commit
c0ae1fa131
1 changed files with 24 additions and 0 deletions
|
@ -1500,6 +1500,30 @@ (define-public go-github-com-elliotchance-orderedmap
|
||||||
for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-errata-ai-regexp2
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-dlclark-regexp2)
|
||||||
|
(name "go-github-com-errata-ai-regexp2")
|
||||||
|
(version "1.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/errata-ai/regexp2")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0p28af5c7dn4knnksl9dxjb44cicsmadzb8kwzyyf20kr7hrq53q"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/errata-ai/regexp2"))
|
||||||
|
(home-page "https://github.com/errata-ai/regexp2")
|
||||||
|
(description
|
||||||
|
(string-append (package-description go-github-com-dlclark-regexp2)
|
||||||
|
" This package is a fork of dlclark/regexp2 providing a
|
||||||
|
more similar API to regexp."))))
|
||||||
|
|
||||||
(define-public go-github-com-expr-lang-expr
|
(define-public go-github-com-expr-lang-expr
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-expr-lang-expr")
|
(name "go-github-com-expr-lang-expr")
|
||||||
|
|
Loading…
Reference in a new issue