[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: doctl: Update to 1.92.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: doctl: Update to 1.92.1. |
Date: |
Sat, 11 Feb 2023 15:30:35 -0500 |
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 <kraai@ftbfs.org>
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 <mail@nicolasgoaziou.fr>
---
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 <phodina@protonmail.com>
;;; Copyright © 2022 Andreas Rammhold <andreas@rammhold.de>
;;; 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 © 2023 Juliana Sims <jtsims@protonmail.com>
;;;
@@ -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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: doctl: Update to 1.92.1.,
guix-commits <=