guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: doctl: Update to 1.92.0.


From: guix-commits
Subject: 07/09: gnu: doctl: Update to 1.92.0.
Date: Sat, 7 Jan 2023 14:12:12 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit ab1f4dbf83a50c1b8bfbf2da4bd7666853b85ae2
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sat Jan 7 09:52:54 2023 -0800

    gnu: doctl: Update to 1.92.0.
    
    * gnu/packages/admin.scm (doctl): Update to 1.92.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 589b2c92a6..d4d4b663e9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5675,7 +5675,7 @@ file or files to several hosts.")
 (define-public doctl
   (package
     (name "doctl")
-    (version "1.84.1")
+    (version "1.92.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5684,7 +5684,7 @@ file or files to several hosts.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jmqvz1rdqrsr4l0bv3ik1jla0xnbdvcmnw9892acvfs3wsmliyc"))))
+                "0n8xajr9s0y7a43is24q0f9nznmr2sjhlhgg9fpyx4s4nr3s5yqw"))))
     (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]