diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-06 21:01:28 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:40 +0000 |
commit | 6a6052c752fe425e2411ea529322f36422c0de5d (patch) | |
tree | df10360aff07406bc1daf5ff6c416a6eae6762bb | |
parent | 5db147fda7b3e9196ee9d61e6149dcd925340746 (diff) |
gnu: go-github-com-docker-go-units: Update to 0.5.0.
* gnu/packages/golang.scm (go-github-com-docker-go-units): Update to 0.5.0.
Change-Id: I1fdec88559813d9c5a0344bdd97a6348d7909840
-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 e3c2959f60..aaf35b1681 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2594,7 +2594,7 @@ translation (NAT), proxies, sockets, and transport layer security (TLS).") (define-public go-github-com-docker-go-units (package (name "go-github-com-docker-go-units") - (version "0.4.0") + (version "0.5.0") (source (origin (method git-fetch) @@ -2603,7 +2603,7 @@ translation (NAT), proxies, sockets, and transport layer security (TLS).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) + (base32 "0q92l7pyfg9rn4ljr1warnv1ri6z7svah7m3rqmvmyaw6bzdbbw8")))) (build-system go-build-system) (arguments '(#:import-path "github.com/docker/go-units")) (home-page "https://github.com/docker/go-units") |