[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/401: gnu: go-github-com-bwesterb-go-ristretto: Fix import path.
From: |
guix-commits |
Subject: |
143/401: gnu: go-github-com-bwesterb-go-ristretto: Fix import path. |
Date: |
Thu, 26 Dec 2024 19:30:46 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 48398dab48f9ca72ccce266c91f840fa93aef23c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 14 13:33:00 2024 +0000
gnu: go-github-com-bwesterb-go-ristretto: Fix import path.
* gnu/packages/golang-crypto.scm (go-github-com-bwesterb-go-ristretto)
[arguments]<import-path>: Set to match go.mod module path.
<unpack-path>: Remove it.
Change-Id: I4bc4a096ab5e0d75b727b8387f95f29d03b2d7d7
---
gnu/packages/golang-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 5f9a94247f..b54cf437a3 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -377,8 +377,8 @@ needing to use secp256k1 elliptic curve cryptography.")
(base32 "0h508v790wk6g8jq0gh18296xl87vmgc4fhwnac7mk6i5g3mz6v4"))))
(build-system go-build-system)
(arguments
- (list #:unpack-path "github.com/bwesterb/go-ristretto"
- #:import-path "github.com/bwesterb/go-ristretto/edwards25519"))
+ (list
+ #:import-path "github.com/bwesterb/go-ristretto"))
(home-page "https://github.com/bwesterb/go-ristretto")
(synopsis "Operations on the Ristretto prime-order group")
(description "This is a pure Go implementation of the group operations on
- 125/401: gnu: go-github-com-containerd-cgroups: Fix build., (continued)
- 125/401: gnu: go-github-com-containerd-cgroups: Fix build., guix-commits, 2024/12/26
- 140/401: gnu: Add go-github-com-jackc-pgx-v4., guix-commits, 2024/12/26
- 156/401: gnu: go-github-com-google-pprof: Fix build., guix-commits, 2024/12/26
- 154/401: gnu: go-github-com-go-git-go-git-fixtures-v4: Fix build., guix-commits, 2024/12/26
- 142/401: gnu: Add go-github-com-jackc-pgerrcode., guix-commits, 2024/12/26
- 152/401: gnu: go-github-com-coreos-go-semver: Move to golang-xyz., guix-commits, 2024/12/26
- 145/401: gnu: go-github-com-protonmail-go-crypto: Update to 1.1.3., guix-commits, 2024/12/26
- 141/401: gnu: Add go-github-com-jackc-pgx-v5., guix-commits, 2024/12/26
- 149/401: gnu: go-github-com-francoispqt-gojay: Fix build., guix-commits, 2024/12/26
- 146/401: gnu: go-github-com-cheggaaa-pb: Adjust inputs., guix-commits, 2024/12/26
- 143/401: gnu: go-github-com-bwesterb-go-ristretto: Fix import path.,
guix-commits <=
- 147/401: gnu: Add go-github-com-go-errors-errors., guix-commits, 2024/12/26
- 153/401: gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0., guix-commits, 2024/12/26
- 163/401: gnu: go-github-com-aws-aws-sdk-go-v2: Fix build., guix-commits, 2024/12/26
- 165/401: gnu: go-github-com-google-gofuzz: Fix indentation., guix-commits, 2024/12/26
- 166/401: gnu: go-github-com-creack-pty: Update to 1.1.24., guix-commits, 2024/12/26
- 178/401: gnu: go-github-com-smartystreets-goconvey: Improve package style., guix-commits, 2024/12/26
- 179/401: gnu: go-github-com-smartystreets-goconvey: Fix tests., guix-commits, 2024/12/26
- 170/401: gnu: go-github-com-json-iterator-go: Fix tests., guix-commits, 2024/12/26
- 177/401: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.22.0., guix-commits, 2024/12/26
- 182/401: gnu: Add go-sixel., guix-commits, 2024/12/26