diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 20:46:51 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 21:00:55 +0000 |
| commit | a772f0587baee8ba8d499aa45bac5896dea737f9 (patch) | |
| tree | 228b159975df5a57f531d79a7f185f3d03a055dc /gnu | |
| parent | 8c0ee5c22be933e41dcf72eef7cb5322b5e18bda (diff) | |
gnu: hetznercloud-cli: Update to 1.61.0.
* gnu/packages/admin.scm (hetznercloud-cli): Update to 1.61.0.
[native-inputs]: Add go-golang-org-x-exp, go-golang-org-x-net, and
go-golang-org-x-text.
Change-Id: If86712cec69e11b6c7cec1ccaa3207a4095b19fd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index df2c394ea91..19655f58bce 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -333,23 +333,24 @@ characters can be replaced as well, as can UTF-8 characters.") (define-public hetznercloud-cli (package (name "hetznercloud-cli") - (version "1.50.0") + (version "1.61.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/hetznercloud/cli") - (commit (string-append "v" version)))) + (url "https://github.com/hetznercloud/cli") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1d0k2g1s5x77kd8wrx8py2g3bqhaxqnm5kgm0dlmzypmfyavssg4")))) + (base32 "1mwiqy05s43faxqv1llk242nikmgb09wy5i7m1kjvkjg0zzjn20s")))) (build-system go-build-system) (arguments (list - #:tests? #f ; XXX: figure out hot to enable them + #:tests? #f #:install-source? #f #:import-path "github.com/hetznercloud/cli/cmd/hcloud" - #:unpack-path "github.com/hetznercloud/cli")) + #:unpack-path "github.com/hetznercloud/cli" + #:test-subdirs #~(list "../../..."))) ;test the whole libary (native-inputs (list go-github-com-burntsushi-toml go-github-com-cheggaaa-pb-v3 @@ -368,7 +369,10 @@ characters can be replaced as well, as can UTF-8 characters.") go-github-com-swaggest-assertjson go-go-uber-org-mock go-golang-org-x-crypto - go-golang-org-x-term)) + go-golang-org-x-exp + go-golang-org-x-net + go-golang-org-x-term + go-golang-org-x-text)) (home-page "https://github.com/hetznercloud/cli") (synopsis "Command-line interface for the Hetzner Cloud service") (description |
