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:
parent
6232e7a067
commit
ab1f4dbf83
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue