1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 15:15:54 +02:00
Commit Graph

141754 Commits

Author SHA1 Message Date
Sharlatan Hellseher 48637ed9f5 gnu: Add go-github-com-dgryski-go-rendezvous.
* gnu/packages/golang-crypto.scm (go-github-com-dgryski-go-rendezvous): New variable.

Change-Id: I863e2044ab365a80763226f8b8e8ea88719fe073
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher 598c55929f 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
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher cc6a75bdc9 gnu: go-github-com-dgryski-go-metro: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): Move
from here ...
* gnu/packages/golang-crypto.scm: ... to here.

Change-Id: I1aa3193aa57ca3b8dd1dca49038dbc045f8bfc1a
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher 4669b9e621 gnu: go-github-com-dgryski-go-metro: Update to 0.0.0-20250106013310-edb8663e5e33.
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): Update to 0.0.0-20250106013310-edb8663e5e33.

Change-Id: Ic8405962e5e8474ce27add2ec6b6dfa54ec11e6f
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher 5547fbe7d2 gnu: go-github-com-docker-go-connections: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-docker-go-connections): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I30348ea1bf48d3f6929035d9a25141c6cfe86b47
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher 82ec069b4f gnu: go-github-com-docker-go-units: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-docker-go-units): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ife0e8e396188645b60527e94137693e29f0a4eb0
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher 6a6052c752 gnu: go-github-com-docker-go-units: Update to 0.5.0.
* gnu/packages/golang.scm (go-github-com-docker-go-units): Update to 0.5.0.

Change-Id: I1fdec88559813d9c5a0344bdd97a6348d7909840
2025-01-21 23:47:40 +00:00
Sharlatan Hellseher 5db147fda7 gnu: Remove go-github-com-matrix-org-gomatrix.
Not in use by any packages in Guix, project is archived upstream and not
maintained: "This repository has been archived by the owner on Feb 21,
2024. It is now read-only.".

* gnu/packages/golang.scm (go-github-com-matrix-org-gomatrix): Delete variable.

Change-Id: I98b6de96f87d8869bb2485a49f7269435062ab38
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 2a01c33232 gnu: go-github-com-macronut-go-tproxy: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Ie0faee29489ffc89812d310eb3ccc5b0af642779
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 3fba3e0bcf gnu: Remove go-github-com-ddevault-go-libvterm.
Not in use by any packages in Guix, project is archived upstream and not
maintained: "This repository has been archived by the owner on Nov 17,
2021. It is now read-only.".

* gnu/packages/golang.scm (go-github-com-ddevault-go-libvterm): Delete variable.

Change-Id: I776e9ed76640f87729b9658af3daa2e769c881ed
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 0887597c5f gnu: go-github-com-robfig-cron-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-robfig-cron-v3): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I6096fa9b398fd12ea1733565658b99054a7512ce
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 9a52976e30 gnu: go-github-com-robfig-cron: Rename variable.
* gnu/packages/golang.scm (go-github-com-robfig-cron): Rename variable
to go-github-com-robfig-cron-v3 follow go.mod import style path to
improve importer.
[arguments] <import-path>: Change to "github.com/robfig/cron/v3".

* gnu/packages/check.scm (actionlint) [native-inputs]: Remove
go-github-com-robfig-cron; add go-github-com-robfig-cron-v3.

* gnu/packages/web.scm (poussetaches) [propagated-inputs]: Remove
go-github-com-robfig-cron; add go-github-com-robfig-cron-v3.

Change-Id: Iac02e0f256d37d8d11bfd03b7fe1d14b1d1c7894
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 0a783758b6 gnu: actionlint: Update to 1.7.6.
* gnu/packages/check.scm (actionlint): Update to 1.7.6.
[native-inputs]: Add go-github-com-bmatcuk-doublestar-v4,
go-github-com-mattn-go-shellwords, go-github-com-yuin-goldmark, and
go-golang-org-x-sys.

Change-Id: I138d692c107ac170c4580a00a19827ed61a158d8
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher c37f11f628 gnu: Add go-github-com-masterminds-squirrel.
* gnu/packages/golang-xyz.scm (go-github-com-masterminds-squirrel): New variable.

Change-Id: I14dbeb77ccb8d1c2a7ff0e037bd0dc18e44d187a
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher c007debac8 gnu: Add go-github-com-lann-builder.
* gnu/packages/golang-xyz.scm (go-github-com-lann-builder): New variable.

Change-Id: I37d916514b7c8dcbc0ac08fb7bf0ffa76320515a
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 4beb4b7320 gnu: Add go-github-com-lann-ps.
* gnu/packages/golang-xyz.scm (go-github-com-lann-ps): New variable.

Change-Id: Ic86df6f14e93c12d2f75342906c9d0cba9a05451
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 9c30e6c02c gnu: go-github-com-masterminds-goutils: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-masterminds-goutils): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I610d1125c8bd4b9f6b1042aae09f2a41140fd3d7
2025-01-21 23:47:39 +00:00
Sharlatan Hellseher 47317e3a49 gnu: go-github-com-jba-templatecheck: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-jba-templatecheck): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I056aac123819b9a625b5d80e77097a037a52f004
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 4c3c8132c6 gnu: go-github-com-jba-templatecheck: Update to 0.7.1.
* gnu/packages/golang.scm (go-github-com-jba-templatecheck): Update to 0.7.1.
[arguments]: <go>: Use go-1.22.

Change-Id: I19ab2b099e84bb5627076b3af141a6600dd2badd
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 46459dba7f gnu: go-github-com-kevinburke-ssh-config: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kevinburke-ssh-config): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie5124c30d672afae2fedbd393874b598fcbaf042
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher a2f55801b6 gnu: go-github-com-kevinburke-ssh-config: Update to 1.2.0.
* gnu/packages/golang.scm (go-github-com-kevinburke-ssh-config): Update to 1.2.0.

Change-Id: I9222e1bef74aeae3b158d6d15a1d7f47f9ea0491
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 01029576ad gnu: go-github-com-xdg-go-stringprep: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I0ef2efc4b8b3a5cc2e23ba365a78f653b7f9efc3
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher bf62617388 gnu: go-github-com-xdg-go-stringprep: Update to 1.0.4.
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): Update to 1.0.4.

Change-Id: I235c3a36e171c7288ff01a11d7d5b760595b65cc
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher f099ed03b6 gnu: go-github-com-xdg-go-pbkdf2: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-xdg-go-pbkdf2): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I3151905dcf2cdedc00c4d2f84b0e76f5b6a25d30
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 33ffe7326b gnu: go-github-com-go-git-go-git-v5: Update to 5.13.1.
* gnu/packages/version-control.scm (go-github-com-go-git-go-git-v5): Update to 5.13.1.

Change-Id: Ie31c5b04cada32ec8928711a88f857c7d8cabe71
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 42d55657c2 gnu: go-github-com-go-git-go-git-fixtures-v5: Update to 5.0.0.
* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v5): Update to 5.0.0.

Change-Id: Ib1d808e1595a17b2a5f260d620bbc2eaf5349d7e
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 88d3e4276b gnu: go-1.21: Skip tests with time bomb.
As seen in <https://ci.guix.gnu.org/build/7713190/log/raw>.
Certificates which are used in tests are not valid after Jan 1 00:00:00
2025 GMT, Happy New Year!.
See <https://github.com/golang/go/issues/71077>.

* gnu/packages/golang.scm (go-1.21) [arguments] <phases>: Add
'skip-crypto-tls-tests.

Change-Id: Id9f8ad93201aedae4f4451ee8b7b9cf40cd33cdb
2025-01-21 23:47:38 +00:00
Sharlatan Hellseher 4abccd5fb8 gnu: go-github-com-twmb-murmur3: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-twmb-murmur3): Move from here ...
* gnu/packages/golang-crypto.scm: ... to here.

Change-Id: I38c3e1e43b9d20e426bd653a1255033000f0917a
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 07f35737e3 gnu: go-github-com-twmb-murmur3: Update to 1.1.8.
* gnu/packages/golang.scm (go-github-com-twmb-murmur3): Update to 1.1.8.

Change-Id: I6e52ea89c044b5ebf1bf68d665c8dae5b0f9860e
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 833af5c4e3 gnu: Remove go-github-com-libp2p-go-libp2p-protocol.
Deprecated: "This repository has been archived by the owner on Dec 7,
2019. It is now read-only.". Not in use by any packages in Guix.

* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-protocol): Delete variable.

Change-Id: I00a79de2a0d009032f3103894580028aa1db2ac6
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 5411a83ae6 gnu: Remove go-github-com-whyrusleeping-tar-utils.
Not in use by any packages in Guix, not maintained.

* gnu/packages/golang.scm (go-github-com-whyrusleeping-tar-utils): Delete variable.

Change-Id: Ie78368e21c5673f59dda81a753685cb1060d47f3
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher e1b533daff gnu: go-github-com-gdamore-encoding: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-gdamore-encoding): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I21385be5163f339c3faad405f71cc998fd2badf5
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 1b6ffbbdd9 gnu: go-github-com-gdamore-encoding: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-gdamore-encoding): Update to 1.0.1.

Change-Id: I4b6329b319c8c48a56e4f68028e872d74190bb69
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 09f03a4adb gnu: go-github-com-rivo-tview: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-rivo-tview): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: If3a3daa2a26594c1a2d2a336a22e85a2c62a0011
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 3d1843dc27 gnu: go-github-com-rivo-tview: Update to 0.0.0-20241227133733-17b7edb88c57.
* gnu/packages/golang.scm (go-github-com-rivo-tview): Update to 0.0.0-20241227133733-17b7edb88c57.
[propagated-inputs]: Remove go-golang-org-x-term, go-golang-org-x-sys, and
go-github-com-mattn-go-runewidth.

Change-Id: I63314e96439261727d392ae6d5979e8c04265bd0
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 85465e73e9 gnu: go-github-com-rivo-uniseg: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-rivo-uniseg): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I949ac20c547ec55a59b445c28ad868af36d70f18
2025-01-21 23:47:37 +00:00
Sharlatan Hellseher 519f643636 gnu: Add go-github-com-containerd-btrfs-v2.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-btrfs-v2): New variable.

Change-Id: I47c8158ad6cb24e9dd56c02b2d64d498491848e4
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 6d0f8af0f4 gnu: go-github-com-containerd-console: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-containerd-console): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ia6abf935788718ae023dd0395df26d417e7bf33c
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 7685abec9e gnu: go-github-com-containerd-console: Update to 1.0.4.
* gnu/packages/golang.scm (go-github-com-containerd-console): Update to 1.0.4.
[propagated-inputs]: Remove labels.

Change-Id: Ie23d0b7aaba6b24eb26da3ef4f8d549564e5e702
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 1d0db2f9af gnu: Remove go-github-com-dreamacro-go-shadowsocks2.
Not in use by any other packages in Guix, project has been deleted in
GitHub.

* gnu/packages/golang.scm (go-github-com-dreamacro-go-shadowsocks2): Delete variable.

Change-Id: I2ad9ab6cc23995f0ad3003c1f51b920af96e3fa6
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 8f73380093 gnu: Add go-github-com-saracen-fastzip.
* gnu/packages/golang-compression.scm (go-github-com-saracen-fastzip): New variable.

Change-Id: Idcc6bcaf6f665aa985202f8ecd56308be94efd98
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 9da289ce20 gnu: go-github-com-klauspost-compress: Update to 1.17.11.
* gnu/packages/golang-compression.scm (go-github-com-klauspost-compress):
Update to 1.17.11.
[arguments] <phases>: Remove 'fix-permissions.
[propagated-inputs]: Remove go-github-com-golang-snappy.

Change-Id: I65fc1e856fdd7b961e497a1538d5d0d242bcaedb
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 07de0c94c1 gnu: Add go-github-com-saracen-zipextra.
* gnu/packages/golang-compression.scm (go-github-com-saracen-zipextra): New variable.

Change-Id: I486302459e7bac7f919f0338ede1af1371a9db90
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 81e18fe086 gnu: go-github-com-saracen-walker: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-saracen-walker): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib37b06d4712af1ec3937bb14f53f2adc46af490c
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 5d01c23548 gnu: doctl: Update to 1.120.0.
* gnu/packages/admin.scm (doctl): Update to 1.120.0.
[source] <snippet>: Delete some bundled packages.
[native-inputs]: Add go-golang-org-x-crypto, go-golang-org-x-mod,
go-golang-org-x-net, go-golang-org-x-oauth2, go-golang-org-x-sync,
go-golang-org-x-sys, go-golang-org-x-term, go-golang-org-x-text,
go-golang-org-x-time, and go-golang-org-x-tools.

Change-Id: I7b64ebb7023f8e0fbf445a085de42aa94934e96a
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher c6a575bade gnu: Add go-github-com-joho-godotenv.
* gnu/packages/golang-xyz.scm (go-github-com-joho-godotenv): New variable.

Change-Id: Ifb8235d5bc2772545ba7ec9ad1014e505f7a59e3
2025-01-21 23:47:36 +00:00
Sharlatan Hellseher 00c6a41482 gnu: Add go-github-com-johncgriffin-overflow.
* gnu/packages/golang-maths.scm (go-github-com-johncgriffin-overflow): New variable.

Change-Id: I885f4eefbeaf0e41b7add3e6469a0192d2950482
2025-01-21 23:47:35 +00:00
Sharlatan Hellseher 616e2b026c gnu: Add go-github-com-nrdcg-goinwx.
* gnu/packages/golang-web.scm (go-github-com-nrdcg-goinwx): New variable.

Change-Id: I5ceb2c58bb3286c3a7e603fce0caef048a9e87bb
2025-01-21 23:47:35 +00:00
Sharlatan Hellseher 73ddd3a023 gnu: Add go-github-com-kolo-xmlrpc.
* gnu/packages/golang-web.scm (go-github-com-kolo-xmlrpc): New variable.

Change-Id: Ifcb3446bdf5740d92af5346a6d653c9245d6a239
2025-01-21 23:47:35 +00:00
Sharlatan Hellseher f8f921963c gnu: Update copyright headers.
* gnu/packages/admin.scm: Add copyright line for Roman Scherer
<roman@burningswell.com>.
* gnu/packages/golang-check.scm: Likewise.
* gnu/packages/golang-web.scm: Likewise.
* gnu/packages/golang-xyz.scm: Likewise.

Change-Id: Ie9f9a0d1e72f5155d101c50ebd8e3178650e6f26
2025-01-21 23:47:30 +00:00