mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-dgryski-go-mph: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-dgryski-go-mph): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I58bb4f8d6be1e840d214a2e1487a3637bbef0edf
This commit is contained in:
parent
cc6a75bdc9
commit
598c55929f
2 changed files with 25 additions and 24 deletions
|
@ -765,6 +765,31 @@ functions from @url{https://github.com/google/farmhash,Google's FarmHash}.")
|
||||||
MetroHash}, a high quality, high performance hash algorithm.")
|
MetroHash}, a high quality, high performance hash algorithm.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-dgryski-go-mph
|
||||||
|
(package
|
||||||
|
(name "go-github-com-dgryski-go-mph")
|
||||||
|
(version "0.0.0-20211217222804-81a8625fb7ed")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/dgryski/go-mph")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "10q8l4jdzqf54bnnxka2jk6qzayri3ijv51knn1n0iimfric8w9g"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/dgryski/go-mph"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-dgryski-go-metro))
|
||||||
|
(home-page "https://github.com/dgryski/go-mph")
|
||||||
|
(synopsis "Go minimal perfect hash function")
|
||||||
|
(description
|
||||||
|
"This package implements a hash/displace minimal perfect hash function.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-dvsekhvalnov-jose2go
|
(define-public go-github-com-dvsekhvalnov-jose2go
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-dvsekhvalnov-jose2go")
|
(name "go-github-com-dvsekhvalnov-jose2go")
|
||||||
|
|
|
@ -2477,30 +2477,6 @@ run programs as a service using a variety of supervisors, including systemd,
|
||||||
SysVinit, and more.")
|
SysVinit, and more.")
|
||||||
(license license:zlib))))
|
(license license:zlib))))
|
||||||
|
|
||||||
(define-public go-github-com-dgryski-go-mph
|
|
||||||
(package
|
|
||||||
(name "go-github-com-dgryski-go-mph")
|
|
||||||
(version "0.0.0-20211217222804-81a8625fb7ed")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/dgryski/go-mph")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"10q8l4jdzqf54bnnxka2jk6qzayri3ijv51knn1n0iimfric8w9g"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/dgryski/go-mph"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-dgryski-go-metro))
|
|
||||||
(home-page "https://github.com/dgryski/go-mph")
|
|
||||||
(synopsis "Go minimal perfect hash function")
|
|
||||||
(description
|
|
||||||
"This package implements a hash/displace minimal perfect hash function.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-docker-distribution
|
(define-public go-github-com-docker-distribution
|
||||||
(let ((commit "325b0804fef3a66309d962357aac3c2ce3f4d329")
|
(let ((commit "325b0804fef3a66309d962357aac3c2ce3f4d329")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue