guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (e9a6c70948 -> 8a0910e042)


From: guix-commits
Subject: branch master updated (e9a6c70948 -> 8a0910e042)
Date: Tue, 13 Feb 2024 09:42:38 -0500 (EST)

sharlatan pushed a change to branch master
in repository guix.

    from e9a6c70948 gnu: sugar: Remove obsolete patch.
     new 5a77f2ee54 gnu: Add (gnu packages golang-build) module.
     new 1996575a7e gnu: Add (gnu packages golang-compression) module.
     new 8b3daeca55 gnu: go-golang-org-x-net: Move to golang-build.
     new 20c1bd6e9e gnu: go-github-com-golang-snappy: Mmove to 
golang-compression.
     new d8c8cfac7a gnu: go-github-com-mreiferson-go-options: Move to 
golang-xyz.
     new a4aac98bbb gnu: go-golang-org-x-sys: Move to golang-build.
     new b41a405649 gnu: go-github-com-mreiferson-go-svc: Move to golang-xyz.
     new 35445a7c1a gnu: go-github-com-nsqio-go-nsq: Move to golang-xyz.
     new 13e682ea94 gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz.
     new b5bbfef22a gnu: go-github-com-davecgh-go-spew: Move to golang-check.
     new f9ead8f7a8 gnu: go-github-com-burntsushi-toml: Move to golang-xyz.
     new 4609bea87c gnu: go-github-com-bmizerany-perks-quantile: Move to 
golang-xyz.
     new 997075e495 gnu: go-github-com-blang-semver: Move to golang-xyz.
     new 6d22865f58 gnu: go-github-com-bitly-timer-metrics: Move to golang-xyz.
     new 714462744a gnu: go-github-com-bitly-go-hostpool: Move to golang-xyz.
     new 0317445b08 gnu: go-golang-org-x-exp: Move to golang-build.
     new 2e8b550b56 gnu: go-golang-org-x-mod: Move to golang-build.
     new b900304377 gnu: go-golang-org-x-xerrors: Move to golang-build.
     new 2175660d92 gnu: go-golang.org-x-sync-errgroup: Move to golang-build.
     new 13188641f3 gnu: go-golang-org-x-sync: Move to golang-build.
     new d8b0ad79a8 gnu: go-golang-org-x-term: Move to golang-build.
     new 82a9ceebe8 gnu: go-golang-org-x-time: Move to golang-build.
     new de36ec1480 gnu: go-golang-org-x-text: Move to golang-build.
     new faabd385eb gnu: go-github-com-yuin-goldmark: Move to golang-build.
     new 92df6b5c70 gnu: go-golang-org-x-tools: Move to golang-build.
     new b8e8cb296f gnu: go-golang-org-x-image: Move to golang-build.
     new 19c8f9e0fe gnu: go-golang-org-x-crypto: Move to golang-build.
     new d8f69addc2 gnu: go-github-com-klauspost-compress: Move to 
golang-compression.
     new 8af7c33818 gnu: go-github-com-andybalholm-brotli: Move to 
golang-compression.
     new c185c51e14 gnu: go-github.com-ulikunitz-xz: Move to golang-compression.
     new 8a0910e042 teams: go: Add all related files to the scope.

The 31 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 etc/teams.scm                             |   6 +-
 gnu/local.mk                              |   2 +
 gnu/packages/admin.scm                    |   2 +
 gnu/packages/backup.scm                   |   1 +
 gnu/packages/bioinformatics.scm           |   2 +
 gnu/packages/check.scm                    |   1 +
 gnu/packages/configuration-management.scm |   1 +
 gnu/packages/crypto.scm                   |   1 +
 gnu/packages/curl.scm                     |   1 +
 gnu/packages/databases.scm                |   1 +
 gnu/packages/disk.scm                     |   1 +
 gnu/packages/docker.scm                   |   1 +
 gnu/packages/education.scm                |   2 +
 gnu/packages/file-systems.scm             |   1 +
 gnu/packages/games.scm                    |   1 +
 gnu/packages/golang-build.scm             | 506 +++++++++++++++++++
 gnu/packages/golang-check.scm             |  42 +-
 gnu/packages/golang-compression.scm       | 144 ++++++
 gnu/packages/golang-crypto.scm            |   4 +-
 gnu/packages/golang-web.scm               |   2 +
 gnu/packages/golang-xyz.scm               | 223 +++++++++
 gnu/packages/golang.scm                   | 788 +-----------------------------
 gnu/packages/high-availability.scm        |   6 +-
 gnu/packages/image-viewers.scm            |   1 +
 gnu/packages/ipfs.scm                     |   2 +
 gnu/packages/irc.scm                      |   1 +
 gnu/packages/linux.scm                    |   1 +
 gnu/packages/mail.scm                     |   1 +
 gnu/packages/messaging.scm                |   1 +
 gnu/packages/networking.scm               |   1 +
 gnu/packages/password-utils.scm           |   1 +
 gnu/packages/shellutils.scm               |   2 +
 gnu/packages/syncthing.scm                |  25 +-
 gnu/packages/terminals.scm                |   1 +
 gnu/packages/textutils.scm                |   1 +
 gnu/packages/uucp.scm                     |   2 +
 gnu/packages/version-control.scm          |   1 +
 gnu/packages/vpn.scm                      |   1 +
 gnu/packages/weather.scm                  |   3 +-
 gnu/packages/web.scm                      |   1 +
 40 files changed, 966 insertions(+), 819 deletions(-)
 create mode 100644 gnu/packages/golang-build.scm
 create mode 100644 gnu/packages/golang-compression.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]