me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-dlclark-regexp2: Update to 1.4.0.

* gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Update to 1.4.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Sarah Morgensen 2021-06-25 00:21:00 -07:00 committed by Efraim Flashner
parent 422b365e59
commit 759aa3f062
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -6492,7 +6492,7 @@ matching and globbing with support for \"doublestar\" patterns.")
(define-public go-github-com-dlclark-regexp2 (define-public go-github-com-dlclark-regexp2
(package (package
(name "go-github-com-dlclark-regexp2") (name "go-github-com-dlclark-regexp2")
(version "1.2.0") (version "1.4.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -6501,7 +6501,7 @@ matching and globbing with support for \"doublestar\" patterns.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"011l1prsywvhhi0yc7qmpsca1cwavmawyyld5kjzi0ff9ghvj4ng")))) "1irfv89b7lfkn7k3zgx610ssil6k61qs1wjj31kvqpxb3pdx4kry"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/dlclark/regexp2")) `(#:import-path "github.com/dlclark/regexp2"))