diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-08 11:03:08 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-08 11:11:46 +0300 |
| commit | ad42f0331e95c17e0f7dab384f71439534dcb363 (patch) | |
| tree | b448afa2928194d7a56f2ad3e49d872d2ac486cb | |
| parent | b10b63bd0023ba887a869e375616a12e8d6df86b (diff) | |
gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20260117132459-7017dbc41d8e.
* gnu/packages/golang-web.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20260117132459-7017dbc41d8e.
Change-Id: I5ced56d13d152ace9a03299d76e9495a3a047398
| -rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index edc5267f61c..b91a443dc96 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1323,7 +1323,7 @@ URL using a struct that represents the URL query parameters.") (define-public go-github-com-arceliar-ironwood (package (name "go-github-com-arceliar-ironwood") - (version "v0.0.0-20241213013129-743fe2fccbd3") + (version "v0.0.0-20260117132459-7017dbc41d8e") (source (origin (method git-fetch) @@ -1333,7 +1333,7 @@ URL using a struct that represents the URL query parameters.") (file-name (git-file-name name version)) (sha256 (base32 - "1nnqn388lg4m9cq24vbgcp4z2wh78mga82p59gqzdl7d2cvpsk56")))) + "17y9hb9xw3lmqd3gs6xfindx1jlgy0kb0x74x6x3x93vglva4c8v")))) (build-system go-build-system) (arguments (list |
