all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Troy Figiel <troy@troyfigiel.com>
To: 69390@debbugs.gnu.org
Subject: [bug#69390] [PATCH 1/3] gnu: go-github-com-vividcortex-ewma: Fix import-path.
Date: Sun, 25 Feb 2024 18:07:45 +0100	[thread overview]
Message-ID: <8734tga101.fsf@troyfigiel.com> (raw)
In-Reply-To: <874jdwa2cq.fsf@troyfigiel.com>

* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Fix import-path.
[arguments]<#:import-path>: Use proper capitalization.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e8abaffb56..2c0f3b932a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9625,7 +9625,7 @@ (define-public go-github-com-vividcortex-ewma
        (sha256
         (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq"))))
     (build-system go-build-system)
-    (arguments '(#:import-path "github.com/vividcortex/ewma"))
+    (arguments '(#:import-path "github.com/VividCortex/ewma"))
     (home-page "https://github.com/VividCortex/ewma")
     (synopsis "Exponentially Weighted Moving Average algorithms for Go")
     (description
-- 
2.42.0





  reply	other threads:[~2024-02-25 17:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 17:16 [bug#69390] [PATCH 0/3] gnu: go-github-com-cheggaaa-pb-v3: Enable tests Troy Figiel
2024-02-25 17:07 ` Troy Figiel [this message]
2024-02-25 17:11 ` [bug#69390] [PATCH 2/3] " Troy Figiel
2024-02-25 17:13 ` [bug#69390] [PATCH 3/3] gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs Troy Figiel
2024-03-06 23:56 ` bug#69390: [PATCH 0/3] gnu: go-github-com-cheggaaa-pb-v3: Enable tests 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=8734tga101.fsf@troyfigiel.com \
    --to=troy@troyfigiel.com \
    --cc=69390@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.