guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/17: gnu: doctl: Update to 1.94.0.


From: guix-commits
Subject: 01/17: gnu: doctl: Update to 1.94.0.
Date: Mon, 12 Jun 2023 14:59:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 09d41cb60da4734a91704674ecdf4eae45762ddf
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Tue May 16 07:13:35 2023 -0700

    gnu: doctl: Update to 1.94.0.
    
    * gnu/packages/admin.scm (doctl): Update to 1.94.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3193aa1456..511033bafb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5764,7 +5764,7 @@ file or files to several hosts.")
 (define-public doctl
   (package
     (name "doctl")
-    (version "1.93.1")
+    (version "1.94.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5773,7 +5773,7 @@ file or files to several hosts.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18l0avbq1la1wsfwj13kq5prqz6mydhs3ihvf0f3s3vr2y9h71aq"))))
+                "0a221n0x7qrq0dbhhf1saya2g7jyy1798k3rhy9nzyvqzc4vnd0x"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "github.com/digitalocean/doctl/cmd/doctl"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]