mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: go-github-com-cloudflare-circl: Update to 1.5.0.
* gnu/packages/golang-crypto.scm (go-github-com-cloudflare-circl): Update to 1.5.0. [source]<snippet>: Remove sub-packages. Change-Id: I249e0a9342f7d1aa0b24fe63b2221028340167a3
This commit is contained in:
parent
b78952f567
commit
ce04ce627f
1 changed files with 15 additions and 2 deletions
|
@ -480,7 +480,7 @@ described at @url{https://xxhash.com/}.")
|
||||||
(define-public go-github-com-cloudflare-circl
|
(define-public go-github-com-cloudflare-circl
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-cloudflare-circl")
|
(name "go-github-com-cloudflare-circl")
|
||||||
(version "1.3.6")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -489,7 +489,20 @@ described at @url{https://xxhash.com/}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05hk5svprcjrj6k4mg4kd732pnb658llqv04z6xrcl5v77jda2kd"))))
|
(base32 "1pfxg0iqai760arvbkznwkb6w2w7gginqpzr49s419dp73kr99hj"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
#~(begin
|
||||||
|
;; Submodule(s) with their own go.mod files and packed as
|
||||||
|
;; separated packages:
|
||||||
|
;;
|
||||||
|
;; - github.com/cloudflare/circl/pke/kyber/internal/common/asm
|
||||||
|
;; - github.com/cloudflare/circl/sign/internal/dilithium/asm
|
||||||
|
;; - github.com/cloudflare/circl/simd/keccakf1600/internal/asm
|
||||||
|
(for-each delete-file-recursively
|
||||||
|
(list "pke/kyber/internal/common/asm"
|
||||||
|
"sign/internal/dilithium/asm"
|
||||||
|
"simd/keccakf1600/internal/asm"))))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/cloudflare/circl"))
|
'(#:import-path "github.com/cloudflare/circl"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue