diff --git a/dfsg/contrib/keybase.scm b/dfsg/contrib/keybase.scm index 4dc9b88..35a1ca6 100644 --- a/dfsg/contrib/keybase.scm +++ b/dfsg/contrib/keybase.scm @@ -550,7 +550,7 @@ of storing, syncing, sharing, modelling and backing up content.") (define-public go-go-etcd-io-bbolt (package (name "go-go-etcd-io-bbolt") - (version "1.3.5") + (version "1.3.6") (source (origin (method git-fetch) @@ -559,15 +559,14 @@ of storing, syncing, sharing, modelling and backing up content.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) + (base32 "0pj5245d417za41j6p09fmkbv05797vykr1bi9a6rnwddh1dbs8d")))) (build-system go-build-system) (arguments `(#:import-path "go.etcd.io/bbolt" ;; Extending the test timeout to 30 minutes still times out on aarch64. #:tests? ,(not target-arm?))) (propagated-inputs - `(("go-golang-org-x-sys" ,go-golang-org-x-sys))) + (list go-golang-org-x-sys)) (home-page "https://github.com/etcd-io/bbolt") (synopsis "Embedded key/value database for Go") (description "Bolt is a pure Go key/value store inspired by Howard Chu's @@ -1635,10 +1634,12 @@ Postgres or MySQL.") "1jpa4r5h15gkpfmb6xq1hamv0q20i8bdpw3kh7dw4n1v7pshjsr8")))) (build-system go-build-system) (arguments - '(#:import-path "github.com/go-chi/chi")) + '(#:import-path "github.com/go-chi/chi")) (home-page "https://github.com/go-chi/chi") (synopsis #f) - (description #f) + (description + "Package chi is a small, idiomatic and composable router for building HTTP +services.") (license license:expat))) (define-public go-github-com-gorilla-schema @@ -2477,7 +2478,9 @@ Postgres or MySQL.") #:tests? #f)) (home-page "https://github.com/blevesearch/go-porterstemmer") (synopsis "This fork...") - (description #f) + (description + "I'm maintaining this fork because the original author was not replying to issues +or pull requests. For now I plan on maintaining this fork as necessary.") (license license:expat))) (define-public go-github-com-blevesearch-segment @@ -2499,7 +2502,10 @@ Postgres or MySQL.") '(#:import-path "github.com/blevesearch/segment")) (home-page "https://github.com/blevesearch/segment") (synopsis "segment") - (description #f) + (description + "Package segment is a library for performing Unicode Text Segmentation as +described in Unicode Standard Annex #29 +@url{http://www.unicode.org/reports/tr29/,http://www.unicode.org/reports/tr29/}") (license license:asl2.0))) (define-public go-github-com-blevesearch-snowballstem @@ -2521,7 +2527,11 @@ Postgres or MySQL.") '(#:import-path "github.com/blevesearch/snowballstem")) (home-page "https://github.com/blevesearch/snowballstem") (synopsis "snowballstem") - (description #f) + (description + "This repository contains the Go stemmers generated by the +@url{https://github.com/snowballstem/snowball,Snowball} project. They are +maintained outside of the core bleve package so that they may be more easily be +reused in other contexts.") (license license:bsd-3))) (define-public go-github-com-steveyen-gtreap @@ -2543,7 +2553,8 @@ Postgres or MySQL.") '(#:import-path "github.com/steveyen/gtreap")) (home-page "https://github.com/steveyen/gtreap") (synopsis "gtreap") - (description #f) + (description + "gtreap is an immutable treap implementation in the Go Language") (license license:expat))) (define-public go-github-com-couchbase-vellum @@ -2681,13 +2692,16 @@ Postgres or MySQL.") (("/usr/bin/diff") (which "diff"))) #t))))) (propagated-inputs - `(("go-github-com-golang-snappy" ,go-github-com-golang-snappy))) + (list go-github-com-golang-snappy)) (native-inputs - `(("go-github-com-glycerine-goconvey" ,go-github-com-glycerine-goconvey) - ("go-github.com-jtolds-gls" ,go-github.com-jtolds-gls))) + (list go-github-com-glycerine-goconvey + go-github.com-jtolds-gls)) (home-page "https://github.com/glycerine/go-unsnap-stream") (synopsis "go-unsnap-stream") - (description #f) + (description + "This is a small golang library for decoding and encoding the snappy format, +specified here: +@url{https://github.com/google/snappy/blob/master/framing_format.txt,https://github.com/google/snappy/blob/master/framing_format.txt}") (license license:expat))) (define-public go-github-com-philhofer-fwd