mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove simdjson-0.6.
* gnu/packages/cpp.scm (simdjson-0.6): Delete variable. Fixes: guix/guix#1841 Change-Id: Ice812aeb31b212bf4e1d6c0afcb92c647bbd879f
This commit is contained in:
parent
8b195b5f85
commit
1f0abd8ff5
1 changed files with 0 additions and 14 deletions
|
@ -3209,20 +3209,6 @@ validation.")
|
|||
(home-page "https://github.com/simdjson/simdjson")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public simdjson-0.6
|
||||
(package
|
||||
(inherit simdjson)
|
||||
(version "0.6.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/simdjson/simdjson")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name (package-name simdjson) version))
|
||||
(sha256
|
||||
(base32
|
||||
"038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
|
||||
|
||||
(define-public bloomberg-bde-tools
|
||||
(package
|
||||
(name "bloomberg-bde-tools")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue