1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00
Commit graph

1367 commits

Author SHA1 Message Date
Gabriel Wicki
8322bb4532
gnu: Fix whitespace issues in go package descriptions.
This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.

* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): Fix
description.
* gnu/packages/golang-web.scm (go-github-com-jsimonetti-rtnetlink): Fix
description.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-cgroups, go-tomlv,
go-ulid): Fix description.
* gnu/packages/golang.scm (go-sigs-k8s-io-yaml): Fix description.

Change-Id: I421ea082a6d6ed23822822218555723a2c39c1f5
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2025-01-05 15:40:14 -08:00
Gabriel Wicki
1b7c85f24e
gnu: Fix synopsis in various go packages.
* gnu/packages/golang-check.scm (go-github-com-go-quicktest-qt): Fix synopsis.
* gnu/packages/golang-crypto.scm (go-github-com-refraction-networking-utls):
Fix synopsis.  (go-gitlab-com-yawning-edwards25519-extra): Fix synopsis.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Fix synopsis.
* gnu/packages/golang-xyz.scm (go-msgio): Fix synopsis.
* gnu/packages/golang.scm (go-github-com-flopp-go-findfont): Fix synopsis.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-cbor): Fix synopsis.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2024-12-10 22:35:09 -08:00
Janneke Nieuwenhuizen
fbc5e7fc40
gnu: packages: Remove x86_64-gnu next to i586-gnu from supported-systems.
* gnu/packages/golang.scm (go-1.16)[supported-systems]: Remove "x86_64-gnu".
* gnu/packages/linux.scm (proot)[supported-systems]: Likewise.
* gnu/packages/valgrind.scm (valgrind)[supported-systems]: Likewise.
* gnu/packages/virtualization.scm (qemu)[supported-systems]: Likewise.
* gnu/packages/heads.scm (musl-cross)[supported-systems]: Delete target-hurd?
instead of remove'ing "i586-gnu".
* gnu/packages/linux.scm (net-tools)[supported-systems]: Likewise.
(libcap)[supported-systems]: Likewise.
(fuse)[supported-systems]: Likewise.
(kmod)[supported-systems]: Likewise.
(lvm2)[supported-systems]: Likewise.
(mdadm)[supported-systems]: Likewise.
(proot)[supported-systems]: Likewise.
* gnu/packages/lisp.scm (ecl)[supported-systems]: Likewise.
(sbcl)[supported-systems]: Likewise.
* gnu/packages/virtualization.scm (qemu)[supported-systems]: Likewise.

Change-Id: I506e056b7aeb40f004fcc31ee85962cb065eac29
2024-12-10 23:00:43 +01:00
Artyom V. Poptsov
25a33a64b9
gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3.
* gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): Update to 1.2.3.
[propagated-inputs]: Add go-github-com-muesli-ansi,
go-github-com-muesli-cancelreader, go-github-com-charmbracelet-lipgloss,
go-github-com-charmbracelet-x-term, go-github-com-charmbracelet-x-ansi, and
go-golang-org-x-sync.  Sort inputs alphabetically.
[arguments] <phases>: Fix tests that are failing due to newer version of
"go-github-com-charmbracelet-x-ansi" package.

Change-Id: Ifdb3074f342b34c07c0e7ab47341b159d1eea0c2
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-01 10:27:41 +03:00
Artyom V. Poptsov
f9f6ca8c54
gnu: Add go-github-com-kylelemons-godebug-pretty.
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug-pretty): New variable.

Change-Id: Icd7d5fd70cf56d1ca74e9a2cfb929a3344128ba7
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-01 10:27:37 +03:00
Artyom V. Poptsov
10e99250f4
gnu: go-github-com-arceliar-phony: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-arceliar-phony): Move from here...
* gnu/packages/golang-xyz.scm: ...to here.

Change-Id: Ia50f331f23326fa8ae6e12b410c12d06cb369bf7
2024-11-30 20:05:31 +03:00
Artyom V. Poptsov
f8cb1c0a13
gnu: go-github-com-arceliar-ironwood: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Move from here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I6ae9084a88ffe0b7cb2d21234c246399e3e0f088
2024-11-30 19:58:40 +03:00
Artyom V. Poptsov
b456e296dc
gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d.
* gnu/packages/golang.scm (go-github-com-arceliar-phony): Update to v0.0.0-20220903101357-530938a4b13d.

Change-Id: I440b785cb902e2a851698e249a273d88a4c937a3
2024-11-30 19:38:23 +03:00
Artyom V. Poptsov
09946106ad
gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380.
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20241122002527-75a6e82fa380.

Change-Id: I34f65cf62f1ba2e7ff02d8bbcabcb2530eea5162
2024-11-30 19:38:18 +03:00
Artyom V. Poptsov
a2a3264bb3
gnu: go-github-com-charmbracelet-bubbletea: Remove input labels.
* gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea):
[propagated-inputs]: Remove input labels.

Change-Id: If2dc587649c4e44aabf025de915655887d04530c
2024-11-26 21:55:20 +03:00
Mazin Alhaddad
1f9930d9a2
gnu: go-github-com-delthas-tcell-v2: New variable.
This fork is used by senpai 0.3.

* gnu/packages/golang.scm (go-github-com-delthas-tcell-v2): New variable.

Change-Id: Ifc15544e2e78215a4f6cdc36cd316dd10fa0071e
2024-11-22 21:55:00 +00:00
Sharlatan Hellseher
cdf968ae86
gnu: Add go-github-com-russross-blackfriday-v2.
* gnu/packages/golang.scm (go-github-com-russross-blackfriday):
Downgrade to the highest v1.
(go-github-com-russross-blackfriday-v2): New variable.
(go-github-com-go-md2man) [propagated-inputs]: Remove
go-github-com-russross-blackfriday, add
go-github-com-russross-blackfriday-v2.

Change-Id: Ieb37f37bb1eb25eca84698e7e3e3fc13ef4beef5
2024-11-19 11:56:39 +00:00
Brennan Vincent
3dc63f8ca7
gnu: go-1.23: Update to 1.23.2.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.2.

Change-Id: I9687e3d14bcf78c267a54479b7d9073cb8b9a879
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-09 21:33:56 +00:00
Brennan Vincent
2336caaaaf
gnu: go-1.22: Update to 1.22.7.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.7.

Change-Id: I67fbb1c630a08cfb29f2230a600bf3a24e2c8486
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
d8717abb49
gnu: go-github-com-subosito-gotenv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic9733d34808da599536a34b33caad88707f8ebb7
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
eb23cceba5
gnu: go-github-com-subosito-gotenv: Update to 1.6.0.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Update to 1.6.0.
[propagated-inputs]: Add go-golang-org-x-text.

Change-Id: I6010bdacf80eaf6aa2cf869844b2327124318580
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
40c01f8dd3
gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/task-runners.scm: Swap imported module from golang to golang-xyz.

Change-Id: I7a1fab8a1ab457011260ce7dac7a47ecf8f83dd3
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
f680f93239
gnu: go-github-com-tekwizely-go-parsing: Adjust description.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing)
[description]: Include a list of shipped modules.

Change-Id: Ieddaf65ec95776666846af8785a26bdd2a02d24a
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
c27415d78a
gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): Update to 0.0.0-20221001173913-aa6d6749ea2d.

Change-Id: Ibbea09fc86c8a5a72de2315d2a082978246e8ccc
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
3e3b6202aa
gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fsnotify-fsnotify): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I56f234c1dbb956f97d9d733bc9d7b5dd572830f8
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
8ee3669af4
gnu: go-github-com-dustin-go-humanize: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/uucp.scm: Add golang-xyz module.

Change-Id: Ic0913615d559ec255bf98abfab99383edf3c9a84
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
37ef7683de
gnu: go-github-com-dustin-go-humanize: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Update to 1.0.1.

Change-Id: Iaeb4c79c802794feb03e307c08fa56686294942a
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
cf3fe8f507
gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports)
[propagated-inputs]: Remove
go-github-com-operatorfoundation-monolith-go; add
go-github-com-operatorfoundation-monolith-go-1.0.4

(go-github-com-operatorfoundation-monolith-go-1.0.4): New variable.

Change-Id: I858a0ca47f448985a563f2e0fce8c6a7c6de7ca7
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
e3f959c7e9
gnu: Remove go-github-com-emersion-go-textwrapper.
It's not in use by any packages in Guix, upstream message: "This
repository has been archived by the owner on Mar 2, 2024. It is now
read-only."

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

Change-Id: I57b382b8102d808fd153ffc9a39bb1d11ffcb8e7
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
4522e1f0c1
gnu: go-github-com-emersion-go-autostart: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): Move
from here ...
* gnu/packages/golang-xyz.scm: .. to here.

Change-Id: Ia1a52cc0122f3a343171c698f63783265b44bed7
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
8292c0de00
gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): Update to 0.0.0-20210130080809-00ed301c8e9a.

Change-Id: I103e0c9d4d89317371458737af6a33f7d0d3005b
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
d83434fc5b
gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/vpn.scm: Add to used golang-xyz module.

Change-Id: I0c1084983440bb45b6621cd0b2d7ba8d30ee8ff7
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
7ff9ab32be
gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): Update to 0.1.6.

Change-Id: Iebeb04087caf7d746901a0ad4b4efeb83ca7af3c
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
ac856615f8
gnu: go-github.com-smartystreets-goconvey: Rename variable.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey):
Rename variable to go-github-com-smartystreets-goconvey.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt)
[propagated-inputs]: Remove go-github.com-smartystreets-goconvey; add
go-github-com-smartystreets-goconvey.
* gnu/packages/golang.scm (go-gopkg-in-ini) [native-inputs] Remove
go-github.com-smartystreets-goconvey; add

go-github-com-smartystreets-goconvey.

Change-Id: Ibde73bf974edadb90236a6c0d2dcee6545860e6e
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
9ff0a39943
gnu: build/go: Apply default 'fix-embed-files phase.
These changes remove redundant phases where files, requiring to be embed
during build or check phases, are copied to the build directory as
proposed in <https://issues.guix.gnu.org/73299>.

* gnu/packages/backup.scm (restic-rest-server) [arguments]: <#:phases>:
Remove 'fix-embed-files phase.
* gnu/packages/configuration-management.scm (chezmoi): Likewise.
* gnu/packages/packages/golang-build.scm (go-github-com-golang-protobuf): Likewise.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-loads,
go-github-com-go-openapi-runtime, go-github-com-golang-groupcache): Likewise.
* gnu/packages/golang-xyz.scm (go-github-com-dgraph-io-badger): Likewise.
* gnu/packages/golang.scm (go-github-com-ssgelm-cookiejarparser): Likewise.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-badger,
go-github-com-libp2p-go-libp2p, kubo): Likewise.
* gnu/packages/irc.scm (soju): Likewise.
* gnu/packages/networking.scm (nebula): Likewise.
* gnu/packages/prometheus.scm (go-github-com-nbrownus-go-metrics-prometheus,
go-github-com-prometheus-client-golang, go-github-com-prometheus-common,
go-github-com-prometheus-common-sigv4, go-github-com-prometheus-exporter-toolkit,
go-github-com-prometheus-statsd-exporter): Likewise
* gnu/packages/version-control.scm (git-lfs): Likewise.
* gnu/packages/web.scm (miniflux): Likewise.

* gnu/packages/golang-crypto.scm (go-filippo-io-age): [arguments]:
<#:phases>: Remove 'copy-input-to-vendor-direcotyr and
'remove-vendor-directory phases.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-analysis,
go-github-com-go-openapi-analysis, go-github-com-go-openapi-validate): Likewise.
* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Likewise.
* gnu/packages/textutils.scm (vale): Likewise.

Change-Id: Ic2ec01c8caf86f3ae69d7a1812c1e0b78a549e91
2024-11-09 21:33:51 +00:00
Sharlatan Hellseher
8861d9e1d0
gnu: Add go-github-com-bmatcuk-doublestar-v3.
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v3): New variable.

Change-Id: I5d629750abef81f1b4f5ec8bb0cdb0e2f219d3e2
2024-11-09 21:33:47 +00:00
Sharlatan Hellseher
e6cc3a4743
gnu: go-github-com-go-git-go-billy-v5: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-git-go-billy-v5): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I40d1c024b52f0530a80657d5a2416b244447be93
2024-11-09 21:33:47 +00:00
Sharlatan Hellseher
9399db35c2
gnu: go-github-com-go-git-go-billy: Rename variable.
* gnu/packages/golang.scm (go-github-com-go-git-go-billy): Rename
variable to go-github-com-go-git-go-billy-v5 to reflect go.mod import path.

* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v4)
[propagated-inputs]: Remove go-github-com-go-git-go-billy; add
go-github-com-go-git-go-billy-v5.
* gnu/packages/version-control.scm (go-github-go-git): Likewise.

Change-Id: I49a776ba4db859bdebc1aa93cdf78e4c4903ed78
2024-11-09 21:33:47 +00:00
Sharlatan Hellseher
a4ca819384
gnu: go-github-com-go-git-go-billy: Update to 5.5.0.
* gnu/packages/golang.scm (go-github-com-go-git-go-billy): Update to 5.5.0.
[propagated-inputs]: Add go-github-com-cyphar-filepath-securejoin.
[native-inputs]: Add go-github-com-onsi-gomega.

Change-Id: I1bea1c54507e4c23d770bbe1bbce722799f026a8
2024-11-09 21:33:46 +00:00
Sharlatan Hellseher
72e51acb8e
gnu: go-github-com-go-git-go-git-fixtures-v4: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures-v4):
Mover from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ib7c6ec2817fa7358b8a5afc6f1fe08b628b32fe5
2024-11-09 21:33:46 +00:00
Sharlatan Hellseher
23e8853944
gnu: go-github-com-go-git-go-git-fixtures-v4: Keep all phases.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures-v4): Keep all phases.

Change-Id: I76e6ef5bc5551612672a2cd13330532928054c1c
2024-11-09 21:33:46 +00:00
Sharlatan Hellseher
292bb140e5
gnu: go-github-com-go-git-go-git-fixtures: Rename variable.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures): Rename
variable to go-github-com-go-git-go-git-fixtures-v4 to reflect go.mod
import path.
* gnu/packages/version-control.scm (go-github-go-git)
[propagated-inputs]: Remove go-github-com-go-git-go-git-fixtures; add
go-github-com-go-git-go-git-fixtures-v4.

Change-Id: I8a25dfd3715fdf65ed789f9b0a902d7e6df4e9bd
2024-11-09 21:33:46 +00:00
Sharlatan Hellseher
43a8d07d22
gnu: go-github-com-go-git-go-git-fixtures: Update to 4.3.1.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures): Update to 4.3.1.
[propagated-inputs]: Add go-github-com-go-git-go-billy and go-gopkg-in-check-v1.
[native-inputs]: Remove go-github-com-alcortesm-tgz, go-github-com-go-git-go-billy,
go-golang-org-x-sys, and go-gopkg-in-check-v1; add
go-github-com-stretchr-testify.

Change-Id: Ibe88981fd0dfc45651d7d4fa1f42a82f54472468
2024-11-09 21:33:46 +00:00
Sharlatan Hellseher
6a4a746e8b
gnu: go-github-com-google-gopacket: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-google-gopacket): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Ie56b693ee156c6636fe339fdb733ac344b627fd0
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
d265bffc4f
gnu: go-github-com-google-btree: Move to golang-build.
* gnu/packages/golang.scm (go-github-com-google-btree): Move from here ...
* gnu/packages/golang-build.scm: ... to here.

Change-Id: I91c659b9031291a4e6c43b024dedaa1bfcb7cea3
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
66c2875952
gnu: go-github-com-google-btree: Update to 1.1.3.
* gnu/packages/golang.scm (go-github-com-google-btree): Update to 1.1.3.

Change-Id: I958a903b01ed1f30071bd122f5585f6abf8dc921
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
dc1b7e1828
gnu: go-github-com-google-uuid: Move to golang-build.
* gnu/packages/golang.scm (go-github-com-google-uuid): Move from here ...
* gnu/packages/golang-build.scm: ... to here.

Change-Id: Ie32c2ab29a0b7a1bbb7d63d40338d0a7a0bca988
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
838d282530
gnu: go-github-com-jonboulle-clockwork: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Idf7a5958a856507f37d54771d6f4881b367ed39e
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
43e019b561
gnu: go-github-com-jonboulle-clockwork: Fix indentation.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Fix indentation.

Change-Id: Ib26df73b8635c9bcce64cb3f98c1eb5a76967525
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
55e77705c4
gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): Update to 0.4.0.

Change-Id: I75f231341968fe3941c6459055fb554f6e77a782
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
a2a6f0dd82
gnu: go-github-com-tomnomnom-gron: Improve package style.
* gnu/packages/golang.scm (go-github-com-tomnomnom-gron): Improve
package style. Swap [inputs] to [native-inputs] as it's not a library.
Rename variable to "gron" to replace the name.
[arguments]: Use common go-build-system key parameters.
[native-inputs]: Remove lables; remove go-github-com-mattn-go-isatty.

Change-Id: Ic6c3290e121882610dff67fdb74459c28285d6b3
2024-11-09 21:33:45 +00:00
Sharlatan Hellseher
87e551680e
gnu: go-github-com-google-goterm: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-goterm): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I9f97ecc4a8b4c19cae3766bfed6368bbb74cb439
2024-11-09 21:33:44 +00:00
Sharlatan Hellseher
2260ff7393
gnu: go-github-com-google-goterm: Fix indentation.
* gnu/packages/golang.scm (go-github-com-google-goterm): Fix indentation.

Change-Id: I70843d52e1ec205c5903a69b5eb0ed8807291ddd
2024-11-09 21:33:44 +00:00
Sharlatan Hellseher
b71eea21ed
gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2.
* gnu/packages/golang.scm (go-github-com-google-goterm): Update to 0.0.0-20200907032337-555d40f16ae2.

Change-Id: Ie6a1258f88f9630a9dd946f5cf4a252e8b0f90e8
2024-11-09 21:33:44 +00:00
Sharlatan Hellseher
054fda25eb
gnu: go-github-com-google-go-querystring: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-google-go-querystring): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Id2447d337708794bbf1f32791245b0687df5f19d
2024-11-09 21:33:44 +00:00