gnu: go-github-com-maruel-panicparse: Update to 1.4.1.
* gnu/packages/golang.scm (go-github-com-maruel-panicparse): Update to 1.4.1.
This commit is contained in:
parent
f913f7d9e5
commit
a63077f003
1 changed files with 2 additions and 2 deletions
|
@ -3191,7 +3191,7 @@ error handling primitives in Go.")
|
||||||
(define-public go-github-com-maruel-panicparse
|
(define-public go-github-com-maruel-panicparse
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-maruel-panicparse")
|
(name "go-github-com-maruel-panicparse")
|
||||||
(version "1.3.0")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3200,7 +3200,7 @@ error handling primitives in Go.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13qkn7f64yln8jdmma37h6ra4c7anxkp3vfgvfyb6lb07dpr1ibq"))))
|
"0sff44kqmpwzpa6h84fssdsv9glfm8bjjcnspsr64qzmqxpbc7m4"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/maruel/panicparse"))
|
'(#:import-path "github.com/maruel/panicparse"))
|
||||||
|
|
Reference in a new issue