mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: doctl: Update to 1.94.0.
* gnu/packages/admin.scm (doctl): Update to 1.94.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3fc26c6dc4
commit
09d41cb60d
1 changed files with 2 additions and 2 deletions
|
@ -5764,7 +5764,7 @@ (define-public rex
|
||||||
(define-public doctl
|
(define-public doctl
|
||||||
(package
|
(package
|
||||||
(name "doctl")
|
(name "doctl")
|
||||||
(version "1.93.1")
|
(version "1.94.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5773,7 +5773,7 @@ (define-public doctl
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18l0avbq1la1wsfwj13kq5prqz6mydhs3ihvf0f3s3vr2y9h71aq"))))
|
"0a221n0x7qrq0dbhhf1saya2g7jyy1798k3rhy9nzyvqzc4vnd0x"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/digitalocean/doctl/cmd/doctl"
|
(list #:import-path "github.com/digitalocean/doctl/cmd/doctl"
|
||||||
|
|
Loading…
Reference in a new issue