Age | Commit message (Collapse) | Author |
|
* gnu/packages/golang.scm (age-keygen): New public variable.
|
|
* gnu/packages/password-utils.scm (age): Move from here…
* gnu/packages/golang.scm (age): …to here, and inherit from…
(go-filippo-io-age): …this new source-only package variable.
|
|
* gnu/packages/password-utils.scm (age): New variable.
|
|
* gnu/packages/golang.scm (go-filippo-io-edwards25519): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/golang.scm (go-github-com-savsgio-gotils): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.5.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/golang.scm (go-github-com-juju-ansiterm): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/golang.scm (go-git-sr-ht-emersion-go-scfg): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/golang.scm (go-github-com-google-shlex): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/golang (go-1.19,go-std-1.19): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/golang (go-1.18,go-std-1.18): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
This will hopefully discourage patches which add new packages to the bottom of
files, as this increases the likelihood of conflicts when applying patches.
If there are more specific ways that packages should be arranged in specific
modules, this message can be updated accordingly.
* gnu/packages/bioconductor.scm: Add comment discouraging adding packages to
the bottom of the file.
* gnu/packages/bioinformatics.scm: ditto.
* gnu/packages/cran.scm: ditto.
* gnu/packages/crates-io.scm: ditto.
* gnu/packages/emacs-xyz.scm: ditto.
* gnu/packages/golang.scm: ditto.
* gnu/packages/guile-xyz.scm: ditto.
* gnu/packages/haskell-xyz.scm: ditto.
* gnu/packages/java.scm: ditto.
* gnu/packages/julia-xyz.scm: ditto.
* gnu/packages/lisp-xyz.scm: ditto.
* gnu/packages/ocaml.scm: ditto.
* gnu/packages/perl.scm: ditto.
* gnu/packages/python-science.scm: ditto.
* gnu/packages/python-xyz.scm: ditto.
* gnu/packages/ruby.scm: ditto.
* gnu/packages/tex.scm: ditto.
|
|
* gnu/packages/golang.scm (go-github-com-disintegration-imaging): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp)[arguments]:
Don't run the test suite when building with gccgo.
|
|
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Update to 1.39.0.
|
|
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus)[arguments]:
Don't run the test suite when building with gccgo.
|
|
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to
1.9.0.
|
|
* gnu/packages/golang.scm (go-github-com-stretchr-objx)[arguments]:
Don't run the test suite when building with gccgo.
|
|
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.4.0.
|
|
* gnu/packages/golang.scm (go-gopkg-in-check-v1)[arguments]: Don't run
the test suite when building with gccgo.
|
|
* gnu/packages/golang.scm (go-github.com-ktolds-gls)[arguments]: Don't
run the test suite when building with gccgo.
|
|
* gnu/packages/golang.scm (go-github-com-pkg-errors)[arguments]: Don't
run the test suite when building with gccgo.
|
|
* gnu/packages/golang.scm (go-github-com-kortschak-utter): New variable.
|
|
* gnu/packages/golang.scm (go-1.17): Update to 1.17.11.
|
|
* gnu/packages/golang.scm (go-github-com-sourcegraph-jsonrpc2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-gorilla-websocket): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/golang.scm (make-go-std): Use 'mlambdaq'.
|
|
* gnu/packages/golang.scm (go-std-1.14, go-std-1.16, go-std-1.17): New
variables.
|
|
* gnu/packages/golang.scm (go-github-com-google-go-jsonnet): New
variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-sigs-k8s-io-yaml): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
go 1.17.9 (released 2022-04-12) includes security fixes to the
crypto/elliptic and encoding/pem packages, as well as bug fixes to
the linker and runtime.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.4.0.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
|
Go 1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax
package[0], as well as bug fixes to the compiler, runtime, the go command, and
the crypto/x509 and net packages. See the Go 1.17.8 milestone[1] on the
upstream issue tracker for details.
[0] CVE-2022-24921 and https://go.dev/issue/51112.
[1] https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved
* gnu/packages/golang.scm (go-1.17): Update to 1.17.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
Go 1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax
package[0], as well as bug fixes to the compiler, runtime, the go command, and
the net package. See the Go 1.16.15 milestone[1] on the upstream issue tracker
for details.
[0] CVE-2022-24921 and https://go.dev/issue/51112.
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.16.15+label%3ACherryPickApproved
* gnu/packages/golang.scm (go-1.16): Update to 1.16.15.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable.
|
|
* gnu/packages/golang.scm (go-1.16)[arguments]: Remove #:tests?.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
This reverts commit 18b0527765301a3015afb9ba1209bd10f56426cb.
This package is not actually needed.
|
|
* gnu/packages/golang.scm (go-github-com-xdg-go-scram): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-xdg-go-pbkdf2): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-docker-go-units): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-niemeyer-pretty): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): New variable.
|
|
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Update to 1.5.0.
[arguments]: Add custom phase to fix tests.
[propagated-inputs]: Add go-golang-org-x-sys.
|
|
* gnu/packages/golang.scm (go-1.14)[supported-systems]: Remove
powerpc-linux from supported-systems.
|