emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61401: closed ([PATCH] gnu: doctl: Update to 1.92.1.)


From: GNU bug Tracking System
Subject: bug#61401: closed ([PATCH] gnu: doctl: Update to 1.92.1.)
Date: Sat, 11 Feb 2023 20:32:01 +0000

Your message dated Sat, 11 Feb 2023 21:31:17 +0100
with message-id <87lel4t04q.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61401] [PATCH] gnu: doctl: Update to 1.92.1.
has caused the debbugs.gnu.org bug report #61401,
regarding [PATCH] gnu: doctl: Update to 1.92.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61401: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61401
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: doctl: Update to 1.92.1. Date: Fri, 10 Feb 2023 07:01:11 -0800
* gnu/packages/admin.scm (doctl): Update to 1.92.1.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9a82740eb6..3d0886aba8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -53,7 +53,7 @@
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2022 Andreas Rammhold <andreas@rammhold.de>
 ;;; Copyright © 2022 ( <paren@disroot.org>
-;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
+;;; Copyright © 2022, 2023 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com>
 ;;;
@@ -5717,7 +5717,7 @@ (define-public rex
 (define-public doctl
   (package
     (name "doctl")
-    (version "1.92.0")
+    (version "1.92.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5726,7 +5726,7 @@ (define-public doctl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0n8xajr9s0y7a43is24q0f9nznmr2sjhlhgg9fpyx4s4nr3s5yqw"))))
+                "1zb7vx7nqg8q9vdgb90cwmrr1cijv8gfryni8yrd99bb9vgg6pyv"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "github.com/digitalocean/doctl/cmd/doctl"
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61401] [PATCH] gnu: doctl: Update to 1.92.1. Date: Sat, 11 Feb 2023 21:31:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

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

> * gnu/packages/admin.scm (doctl): Update to 1.92.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]