summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-02-11 19:11:38 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-02-11 19:11:38 +0200
commitc8423a5457a846e42634a9a644916abfeceab5f2 (patch)
treede62250c116c9b917afb31bf0af76497c4efff48 /gnu/packages/golang.scm
parent48903df6cb979e8355e78716316c3ea576650e4a (diff)
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.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 10b8eea84b..829b216cf3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11676,7 +11676,7 @@ library geared towards parsing MIME encoded emails.")
(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 @@ library geared towards parsing MIME encoded emails.")
(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"))