guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: doctl: Update to 1.93.1.


From: guix-commits
Subject: branch master updated: gnu: doctl: Update to 1.93.1.
Date: Sat, 11 Mar 2023 18:02:58 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f35519fc34 gnu: doctl: Update to 1.93.1.
f35519fc34 is described below

commit f35519fc34b33ab21349f5de7057f70f2fe3723a
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Fri Mar 10 15:56:41 2023 -0800

    gnu: doctl: Update to 1.93.1.
    
    * gnu/packages/admin.scm (doctl): Update to 1.93.1.
---
 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 e0d2147eb3..eba4378cf8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5713,7 +5713,7 @@ file or files to several hosts.")
 (define-public doctl
   (package
     (name "doctl")
-    (version "1.92.1")
+    (version "1.93.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5722,7 +5722,7 @@ file or files to several hosts.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zb7vx7nqg8q9vdgb90cwmrr1cijv8gfryni8yrd99bb9vgg6pyv"))))
+                "18l0avbq1la1wsfwj13kq5prqz6mydhs3ihvf0f3s3vr2y9h71aq"))))
     (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]