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 @@ (define-public go-github-com-emersion-go-pgpmail
(define-public go-github-com-gatherstars-com-jwz
(package
(name "go-github-com-gatherstars-com-jwz")
(version "1.3.0")
(version "1.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -11685,7 +11685,7 @@ (define-public go-github-com-gatherstars-com-jwz
(file-name (git-file-name name version))
(sha256
(base32
"1h37h5w139d3rhvp1n7kz2jm5zhk4pjzf3sip04v48nphkika60c"))))
"1zxg2vmka80m1vnlb1v1gdlrwnkpakcmwi1hxpl8jjjiyd4z2j2i"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/gatherstars-com/jwz"))