all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63537] [PATCH] gnu: doctl: Update to 1.94.0.
@ 2023-05-16 14:13 Matthew James Kraai
  2023-06-12 19:07 ` bug#63537: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2023-05-16 14:13 UTC (permalink / raw)
  To: 63537; +Cc: Matthew James Kraai

*  (doctl): Update to 1.94.0.
---
 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 047b0ebcc6..09a816be1a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5765,7 +5765,7 @@ (define-public rex
 (define-public doctl
   (package
     (name "doctl")
-    (version "1.93.1")
+    (version "1.94.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5774,7 +5774,7 @@ (define-public doctl
               (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"
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63537: [PATCH] gnu: doctl: Update to 1.94.0.
  2023-05-16 14:13 [bug#63537] [PATCH] gnu: doctl: Update to 1.94.0 Matthew James Kraai
@ 2023-06-12 19:07 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:07 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 63537-done

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]


Matthew James Kraai <kraai@ftbfs.org> writes:

> *  (doctl): Update to 1.94.0.
> ---
>  gnu/packages/admin.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch Matthew, I've pushed this to master as
09d41cb60da4734a91704674ecdf4eae45762ddf.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16 14:13 [bug#63537] [PATCH] gnu: doctl: Update to 1.94.0 Matthew James Kraai
2023-06-12 19:07 ` bug#63537: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.