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:
Matthew James Kraai 2023-05-16 07:13:35 -07:00 committed by Christopher Baines
parent 3fc26c6dc4
commit 09d41cb60d
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -5764,7 +5764,7 @@ (define-public rex
(define-public doctl
(package
(name "doctl")
(version "1.93.1")
(version "1.94.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5773,7 +5773,7 @@ (define-public doctl
(file-name (git-file-name name version))
(sha256
(base32
"18l0avbq1la1wsfwj13kq5prqz6mydhs3ihvf0f3s3vr2y9h71aq"))))
"0a221n0x7qrq0dbhhf1saya2g7jyy1798k3rhy9nzyvqzc4vnd0x"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/digitalocean/doctl/cmd/doctl"