all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 71433@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#71433] [PATCH 4/6] gnu: go-gopkg-in-cheggaaa-pb-v1: Update to 1.0.29.
Date: Sat,  8 Jun 2024 14:44:05 +0300	[thread overview]
Message-ID: <7352fce8dc2812d47b2e55737e4f7dc9655a5177.1717846795.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1717846795.git.poptsov.artyom@gmail.com>

* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): Update to 1.0.29.
  [arguments]: Set the import path to "github.com/cheggaaa/pb".

Change-Id: I0042b64c44386d588bad7779444f1f6652619a2d
---
 gnu/packages/golang-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cc417b2c24..a4c6f7d031 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3790,7 +3790,7 @@ (define-public go-gopkg-in-cheggaaa-pb-v1
   (package
     (inherit go-github-com-cheggaaa-pb-v3)
     (name "go-gopkg-in-cheggaaa-pb-v1")
-    (version "1.0.28")
+    (version "1.0.29")
     (source
      (origin
        (method git-fetch)
@@ -3799,10 +3799,10 @@ (define-public go-gopkg-in-cheggaaa-pb-v1
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13a66cqbpdif804qj12z9ad8r24va9q41gfk71qbc4zg1wsxs3rh"))))
+        (base32 "0n8y589gf9aw53j72y4z8mzkgahbf6k8h19n2j0mllw5xpvpgijy"))))
     (arguments
      (list
-      #:import-path "gopkg.in/cheggaaa/pb.v1"))))
+      #:import-path "github.com/cheggaaa/pb"))))
 
 (define-public go-gopkg-in-natefinch-lumberjack.v2
   (package
-- 
2.45.1





  parent reply	other threads:[~2024-06-08 11:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-08 11:42 [bug#71433] [PATCH 0/6] gnu: kubo: Unbundle more Go packages Artyom V. Poptsov
2024-06-08 11:44 ` [bug#71433] [PATCH 1/6] gnu: Add go-github-com-elgris-jsondiff Artyom V. Poptsov
2024-06-08 11:44 ` [bug#71433] [PATCH 2/6] gnu: Add go-github-com-cenkalti-backoff-v4 Artyom V. Poptsov
2024-06-08 11:44 ` [bug#71433] [PATCH 3/6] gnu: kubo: Unbundle go-github-com-cenkalti-backoff-v4 Artyom V. Poptsov
2024-06-08 11:44 ` Artyom V. Poptsov [this message]
2024-06-08 11:44 ` [bug#71433] [PATCH 5/6] gnu: go-gopkg-in-cheggaaa-pb-v1: Rename to go-github-com-cheggaaa-pb-v1 Artyom V. Poptsov
2024-06-08 11:44 ` [bug#71433] [PATCH 6/6] gnu: kubo: go-github-com-cheggaaa-pb-v1 Artyom V. Poptsov
2024-06-11  9:38 ` bug#71433: [PATCH 0/6] gnu: kubo: Unbundle more Go packages Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7352fce8dc2812d47b2e55737e4f7dc9655a5177.1717846795.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=71433@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.