[PATCH] gnu: doctl: Update to 1.94.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Matthew James Kraai
  • Christopher Baines
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20230516141335.15369-1-kraai@ftbfs.org
* (doctl): Update to 1.94.0.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Christopher Baines wrote 2 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 63537-done@debbugs.gnu.org)
87wn08wlbx.fsf@cbaines.net
Matthew James Kraai <kraai@ftbfs.org> writes:

Toggle quote (5 lines)
> * (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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSHbQJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xfl5w//arHDI+QHrGLCNtjE88Cz/j5ILVUx3U/f
jhBVbFcQ4XJE8ymqfCrAMp6XJUjpeKfm0gJtttccPX/dhuYY1K301dylsdCcTB9s
/wW4TtEidhPLUlOtwkFa9O0asYvxaMoV2apb8auOxlf/Nus8ozft13xSRthVGzGq
/+DltSJhUx+v8v66yeQkZFbPjdLE9ko116baXbe3apC7K4x9I2EcSSXqgKdKznMC
l1RMcmP75hGDcL6CcNZvgpyPi52X3YqXx47jqR/kJmt3BVV/BD9V31DLrz3BR/Aa
1YC15LOTiKiTVt+Je42Bs4A84IBb1WANSaE9QCfNZku2ACuqrD7KspLnZR6ziviE
CvN3ys5sCwXh0b4zamKhcWvHm40ZUtMpQifAjTTJMENMMTMJ+Upx/wv9xSLKtGr+
RB9kSZ/820e8Q/0I/HSqyj+eq4/55T3v83DK55jy4TLzmRpcwPQRX/YxYVppDHM5
xVzntZpCwsrMdpcoStTK4TBhMBz37HBOn8++LdA6v4DnssdP+bx2Mjm2BylBJeGo
q3Bcg6xh+7qPxjR3jqtQOs3APR4J+QdLnwQf2bExZ1SBOrku+7Tir7AvJvHJRehz
IxtZPWm1pUPXIjt7frFBdJ1Wwh07w3N7xZ2FqS+UyseeikJt9iFmcqBmqaXkWrjm
PyjgOUCRcVk=
=X2DW
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63537@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63537
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help