gnu: go-github-com-gatherstars-com-jwz: Update to 1.3.1.

* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Update to
1.3.1.
This commit is contained in:
Efraim Flashner 2023-02-11 19:11:38 +02:00
parent 48903df6cb
commit c8423a5457
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -11676,7 +11676,7 @@ library geared towards parsing MIME encoded emails.")
(define-public go-github-com-gatherstars-com-jwz (define-public go-github-com-gatherstars-com-jwz
(package (package
(name "go-github-com-gatherstars-com-jwz") (name "go-github-com-gatherstars-com-jwz")
(version "1.3.0") (version "1.3.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -11685,7 +11685,7 @@ library geared towards parsing MIME encoded emails.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1h37h5w139d3rhvp1n7kz2jm5zhk4pjzf3sip04v48nphkika60c")))) "1zxg2vmka80m1vnlb1v1gdlrwnkpakcmwi1hxpl8jjjiyd4z2j2i"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/gatherstars-com/jwz")) (list #:import-path "github.com/gatherstars-com/jwz"))