GNU bug report logs - #62110
[PATCH] gnu: doctl: Update to 1.93.1.

Previous Next

Package: guix-patches;

Reported by: Matthew James Kraai <kraai <at> ftbfs.org>

Date: Fri, 10 Mar 2023 23:57:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: bug#62110: closed (Close)
Date: Sat, 11 Mar 2023 23:04:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62110: [PATCH] gnu: doctl: Update to 1.93.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62110 <at> debbugs.gnu.org.

-- 
62110: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62110
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 62110-done <at> debbugs.gnu.org
Cc: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: Close
Date: Sun, 12 Mar 2023 00:03:46 +0100
Pushed, thanks for the patch!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Matthew James Kraai <kraai <at> ftbfs.org>
To: guix-patches <at> gnu.org
Cc: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: [PATCH] gnu: doctl: Update to 1.93.1.
Date: Fri, 10 Mar 2023 15:56:41 -0800
* 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 @@ (define-public rex
 (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 @@ (define-public doctl
               (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"
-- 
2.39.1




This bug report was last modified 2 years and 164 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.