1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: go-github-com-cheggaaa-pb-v3: Remove duplicate field.

It was introduced in b0632d45f3 commit.

* gnu/packages/golang-xyz.scm (go-github-com-cheggaaa-pb-v3): Remove
duplicate "arguments" field.

Change-Id: I1f118d5b387934b20f1cebe0a6bd79193febc0dd
This commit is contained in:
Sharlatan Hellseher 2025-02-05 14:16:59 +00:00
parent 667faa8598
commit c25137aaa7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2831,10 +2831,6 @@ package provides an API for comparing Golden files.")
(file-name (git-file-name name version))
(sha256
(base32 "1mf86iav69qpyg0nd54g0f50yigjkfzdhaqzkbn4yfb3fnb75n2z"))))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"
#:unpack-path "github.com/cheggaaa/pb"))
(arguments
(list
#:import-path "github.com/cheggaaa/pb/v3"