gnu: doctl: Update to 1.92.1.
* gnu/packages/admin.scm (doctl): Update to 1.92.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
0d60bbd104
commit
f31691efb1
1 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@
|
||||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||||
;;; Copyright © 2022 Andreas Rammhold <andreas@rammhold.de>
|
;;; Copyright © 2022 Andreas Rammhold <andreas@rammhold.de>
|
||||||
;;; Copyright © 2022 ( <paren@disroot.org>
|
;;; Copyright © 2022 ( <paren@disroot.org>
|
||||||
;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
|
;;; Copyright © 2022, 2023 Matthew James Kraai <kraai@ftbfs.org>
|
||||||
;;; Copyright © 2022 jgart <jgart@dismail.de>
|
;;; Copyright © 2022 jgart <jgart@dismail.de>
|
||||||
;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com>
|
;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -5717,7 +5717,7 @@ file or files to several hosts.")
|
||||||
(define-public doctl
|
(define-public doctl
|
||||||
(package
|
(package
|
||||||
(name "doctl")
|
(name "doctl")
|
||||||
(version "1.92.0")
|
(version "1.92.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5726,7 +5726,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
|
||||||
"0n8xajr9s0y7a43is24q0f9nznmr2sjhlhgg9fpyx4s4nr3s5yqw"))))
|
"1zb7vx7nqg8q9vdgb90cwmrr1cijv8gfryni8yrd99bb9vgg6pyv"))))
|
||||||
(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