Archived
1
0
Fork 0

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:
Efraim Flashner 2020-05-25 22:21:54 +03:00
parent f913f7d9e5
commit a63077f003
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))