diff options
Diffstat (limited to 'gnu/packages/golang-web.scm')
-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 e895ba59ce..0c95e3c323 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -213,7 +213,7 @@ result and details about the health status of each component.") (define-public go-github-com-arceliar-ironwood (package (name "go-github-com-arceliar-ironwood") - (version "v0.0.0-20241122002527-75a6e82fa380") + (version "v0.0.0-20241210120540-9deb08d9f8f9") (source (origin (method git-fetch) @@ -223,7 +223,7 @@ result and details about the health status of each component.") (file-name (git-file-name name version)) (sha256 (base32 - "1xrdy5yn2y8q147n6fafc8cqjf6my06wzlhghv0c5ra9rqg1dii7")))) + "08i4zm8jxq89dznxx76marn5zfkyscmbn6cdsx0adz6pzwgpd1cz")))) (build-system go-build-system) (arguments (list |