mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-maruel-panicparse: Update to 1.3.0.
* gnu/packages/golang.scm (go-github-com-maruel-panicparse): Update to 1.3.0.
This commit is contained in:
parent
8a5073461f
commit
e7189e0bff
1 changed files with 2 additions and 2 deletions
|
@ -3621,7 +3621,7 @@ (define-public go-github-com-pkg-errors
|
|||
(define-public go-github-com-maruel-panicparse
|
||||
(package
|
||||
(name "go-github-com-maruel-panicparse")
|
||||
(version "1.2.1")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3630,7 +3630,7 @@ (define-public go-github-com-maruel-panicparse
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05hf68ifb7ww4rpmxyywbj9r0kyap45p1273ncq4qy2ydv042l8j"))))
|
||||
"13qkn7f64yln8jdmma37h6ra4c7anxkp3vfgvfyb6lb07dpr1ibq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/maruel/panicparse"))
|
||||
|
|
Loading…
Reference in a new issue