diff options
author | Artyom V. Poptsov <[email protected]> | 2024-10-20 12:05:10 +0300 |
---|---|---|
committer | Artyom V. Poptsov <[email protected]> | 2024-10-22 22:26:15 +0300 |
commit | 93c632ea8d5fce95ec997fcbfe9fcd6633df0669 (patch) | |
tree | 0d933768015c8f8c945f4f3f7575b40c56e11b47 /gnu/packages/golang.scm | |
parent | 76c7b00bc4e92131e2420221189a7d828dcbfb41 (diff) |
gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241016082300-f6fb9da97a17.
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20241016082300-f6fb9da97a17.
Change-Id: Ic1007a777545169f024bebe0cd50ac48e25bb2e6
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ccb94aadf7..00dde61f2c 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7506,7 +7506,7 @@ dependencies and a simple API.") (define-public go-github-com-arceliar-ironwood (package (name "go-github-com-arceliar-ironwood") - (version "v0.0.0-20240529054413-b8e59574e2b2") + (version "v0.0.0-20241016082300-f6fb9da97a17") (source (origin (method git-fetch) @@ -7516,7 +7516,7 @@ dependencies and a simple API.") (file-name (git-file-name name version)) (sha256 (base32 - "06ay82gqm3k649m7x0r3a3crnqv9x0yxhyqfabrf1b7inki35mfs")))) + "020gdcx6s2cvmi3bs3zanif08vqbabbg5pwqmqcrhj3v7d8k6dx5")))) (build-system go-build-system) (arguments (list |