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.") | |||
| 333 | (define-public hetznercloud-cli | 333 | (define-public hetznercloud-cli |
| 334 | (package | 334 | (package |
| 335 | (name "hetznercloud-cli") | 335 | (name "hetznercloud-cli") |
| 336 | (version "1.50.0") | 336 | (version "1.61.0") |
| 337 | (source | 337 | (source |
| 338 | (origin | 338 | (origin |
| 339 | (method git-fetch) | 339 | (method git-fetch) |
| 340 | (uri (git-reference | 340 | (uri (git-reference |
| 341 | (url "https://github.com/hetznercloud/cli") | 341 | (url "https://github.com/hetznercloud/cli") |
| 342 | (commit (string-append "v" version)))) | 342 | (commit (string-append "v" version)))) |
| 343 | (file-name (git-file-name name version)) | 343 | (file-name (git-file-name name version)) |
| 344 | (sha256 | 344 | (sha256 |
| 345 | (base32 "1d0k2g1s5x77kd8wrx8py2g3bqhaxqnm5kgm0dlmzypmfyavssg4")))) | 345 | (base32 "1mwiqy05s43faxqv1llk242nikmgb09wy5i7m1kjvkjg0zzjn20s")))) |
| 346 | (build-system go-build-system) | 346 | (build-system go-build-system) |
| 347 | (arguments | 347 | (arguments |
| 348 | (list | 348 | (list |
| 349 | #:tests? #f ; XXX: figure out hot to enable them | 349 | #:tests? #f |
| 350 | #:install-source? #f | 350 | #:install-source? #f |
| 351 | #:import-path "github.com/hetznercloud/cli/cmd/hcloud" | 351 | #:import-path "github.com/hetznercloud/cli/cmd/hcloud" |
| 352 | #:unpack-path "github.com/hetznercloud/cli")) | 352 | #:unpack-path "github.com/hetznercloud/cli" |
| 353 | #:test-subdirs #~(list "../../..."))) ;test the whole libary | ||
| 353 | (native-inputs | 354 | (native-inputs |
| 354 | (list go-github-com-burntsushi-toml | 355 | (list go-github-com-burntsushi-toml |
| 355 | go-github-com-cheggaaa-pb-v3 | 356 | go-github-com-cheggaaa-pb-v3 |
| @@ -368,7 +369,10 @@ characters can be replaced as well, as can UTF-8 characters.") | |||
| 368 | go-github-com-swaggest-assertjson | 369 | go-github-com-swaggest-assertjson |
| 369 | go-go-uber-org-mock | 370 | go-go-uber-org-mock |
| 370 | go-golang-org-x-crypto | 371 | go-golang-org-x-crypto |
| 371 | go-golang-org-x-term)) | 372 | go-golang-org-x-exp |
| 373 | go-golang-org-x-net | ||
| 374 | go-golang-org-x-term | ||
| 375 | go-golang-org-x-text)) | ||
| 372 | (home-page "https://github.com/hetznercloud/cli") | 376 | (home-page "https://github.com/hetznercloud/cli") |
| 373 | (synopsis "Command-line interface for the Hetzner Cloud service") | 377 | (synopsis "Command-line interface for the Hetzner Cloud service") |
| 374 | (description | 378 | (description |
