diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-12 17:23:15 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:46 +0200 |
commit | 1b25fb26d852f6034079203f62b4887cdc2b012e (patch) | |
tree | e83e06fff9f898d697fe52a77ccbc53e2afbfdce | |
parent | b6d3830690763884ffdaded00a20adb326be9685 (diff) |
gnu: go-github-com-alecthomas-participle-v2: Update to 2.1.4.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-participle-v2): Update to 2.1.4.
Change-Id: I50ae1d71a68dec01372ec6c91e89df18f071346c
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 362066316a..f923222fa8 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1193,7 +1193,7 @@ Golang structs.") (define-public go-github-com-alecthomas-participle-v2 (package (name "go-github-com-alecthomas-participle-v2") - (version "2.1.1") + (version "2.1.4") (source (origin (method git-fetch) @@ -1202,7 +1202,7 @@ Golang structs.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0k2vsd58rgwyylyn5zja6z6k1sg4m39g2fhd88lvja60ca51bh98")))) + (base32 "0hfgrdzj0p2knqmnspkpjb1y4bbhbxbykckpvsp3mc1n9hr6gz01")))) (build-system go-build-system) (arguments (list |