Archived
1
0
Fork 0

gnu: doctl: Update to 1.92.0.

* gnu/packages/admin.scm (doctl): Update to 1.92.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Matthew James Kraai 2023-01-07 09:52:54 -08:00 committed by Mathieu Othacehe
parent 6232e7a067
commit ab1f4dbf83
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -5675,7 +5675,7 @@ file or files to several hosts.")
(define-public doctl (define-public doctl
(package (package
(name "doctl") (name "doctl")
(version "1.84.1") (version "1.92.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5684,7 +5684,7 @@ file or files to several hosts.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1jmqvz1rdqrsr4l0bv3ik1jla0xnbdvcmnw9892acvfs3wsmliyc")))) "0n8xajr9s0y7a43is24q0f9nznmr2sjhlhgg9fpyx4s4nr3s5yqw"))))
(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"