This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f31691efb1 gnu: doctl: Update to 1.92.1.
f31691efb1 is described below
commit f31691efb1b711a4e9159e9210798f2af5c666b5
Author: Matthew James Kraai <[email protected]>
AuthorDate: Fri Feb 10 07:01:11 2023 -0800
gnu: doctl: Update to 1.92.1.
* gnu/packages/admin.scm (doctl): Update to 1.92.1.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9a82740eb6..3d0886aba8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -53,7 +53,7 @@
;;; Copyright © 2022 Petr Hodina <[email protected]>
;;; Copyright © 2022 Andreas Rammhold <[email protected]>
;;; Copyright © 2022 ( <[email protected]>
-;;; Copyright © 2022 Matthew James Kraai <[email protected]>
+;;; Copyright © 2022, 2023 Matthew James Kraai <[email protected]>
;;; Copyright © 2022 jgart <[email protected]>
;;; Copyright © 2023 Juliana Sims <[email protected]>
;;;
@@ -5717,7 +5717,7 @@ file or files to several hosts.")
(define-public doctl
(package
(name "doctl")
- (version "1.92.0")
+ (version "1.92.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5726,7 +5726,7 @@ file or files to several hosts.")
(file-name (git-file-name name version))
(sha256
(base32
- "0n8xajr9s0y7a43is24q0f9nznmr2sjhlhgg9fpyx4s4nr3s5yqw"))))
+ "1zb7vx7nqg8q9vdgb90cwmrr1cijv8gfryni8yrd99bb9vgg6pyv"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/digitalocean/doctl/cmd/doctl"