aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
authorImran Iqbal <imran@imraniqbal.org>2023-10-18 21:04:55 -0400
committerMathieu Othacehe <othacehe@gnu.org>2023-10-25 11:59:58 +0200
commita0060934a5d7c0bfe81652b31fded150a0ed8e3d (patch)
tree2787ad83ce1e90b39c3a23643825142fec1b0206 /gnu/system/shadow.scm
parent137ff33dafe0da7035a033ce67d041dc930fe60e (diff)
downloadguix-a0060934a5d7c0bfe81652b31fded150a0ed8e3d.tar.gz
guix-a0060934a5d7c0bfe81652b31fded150a0ed8e3d.zip
gnu: curlie: Update to 1.7.2.
* gnu/packages/curl.scm (curlie): Update to 1.7.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: Ic54bb5c1975fe8b954b4ab4b72ca5748c0924b7a
Diffstat (limited to 'gnu/system/shadow.scm')
0 files changed, 0 insertions, 0 deletions
move go-github-go-git; add go-github-com-go-git-go-git-v5. Change-Id: I670b0f05ea3aba7d07ffb9b6a09279e155c4da21 Sharlatan Hellseher 2024-07-15gnu: chezmoi: Fix build....* gnu/packages/configuration-management.scm (chezmoi): Fix build. [arguments]: <#:phases>: Add 'copy-input-to-vendor-directory and 'remove-vendor-directory phases. [native-inputs]: Remove go-github-com-alecthomas-chroma, go-github-com-aymerick-douceur, go-github-com-chris-ramon-douceur, go-github-com-danwakefield-fnmatch, go-github-com-dlclark-regexp2, go-github-com-godbus-dbus, go-github-com-google-go-querystring, go-github-com-google-goterm, go-github-com-gorilla-css, go-github-com-lucasb-eyer-go-colorful, go-github-com-mattn-go-isatty, go-github-com-mattn-go-runewidth, go-github-com-microcosm-cc-bluemonday, go-github-com-muesli-reflow, go-github-com-muesli-termenv, go-github-com-olekukonko-tablewriter, go-github-com-twpayne-go-xdg, go-github-com-yuin-goldmark, go-golang-org-x-net, and go-gopkg-in-errgo-fmt-errors; add go-github-com-alecthomas-chroma-v2, go-github-com-stretchr-testify, go-github-com-twpayne-go-xdg-v3, go-golang-org-x-sys, go-gopkg-in-yaml-v2, and go-howett-net-plist. Change-Id: If4baff6d3e927430a4a979ea70cd0c1534acd580 Sharlatan Hellseher 2024-07-15gnu: go-github-com-muesli-reflow-wordwrap: Consolidate other packages....Rename go-github-com-muesli-reflow-wordwrap to go-github-com-muesli-reflow which would contain all submodules to ease maintenance. * gnu/packages/golang.scm (go-github-com-muesli-reflow): Refresh package style. [arguments]: <#unpack-path>: Remove it. <#:import-path>: Adjust it to reflect the go.mod. <#:phases>: Use custom 'check phase. [description]: Place on a new line. * gnu/packages/golang.scm (go-github-com-muesli-reflow-ansi, go-github-com-muesli-reflow-indent, go-github-com-muesli-reflow-padding, go-github-com-muesli-reflow-truncate): Delete variables. * gnu/packages/configuration-management.scm (chezmoi): Adjust inputs. [native-inputs]: Remove go-github-com-muesli-reflow-ansi, go-github-com-muesli-reflow-indent, go-github-com-muesli-reflow-padding, and go-github-com-muesli-reflow. * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Likewise. [native-inputs]: Remove go-github-com-muesli-reflow-ansi, go-github-com-muesli-reflow-wordwrap, go-github-com-muesli-reflow-indent, and go-github-com-muesli-reflow. * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): Likewise. [propagated-inputs]: Remove go-github-com-muesli-reflow-indent, go-github-com-muesli-reflow-ansi, and and go-github-com-muesli-reflow. Change-Id: I2e0f2abad36bd6a9ca98e2505fcd90273294213b Sharlatan Hellseher 2024-07-15gnu: packages/golang: Set default go version to 1.21....Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb Sharlatan Hellseher 2024-06-29gnu: Remove go-etcd-io-bbolt....go-go-etcd-io-bbolt and go-etcd-io-bbolt are the same version and source packages. This change removes go-etcd-io-bbolt and keeps go-go-etcd-io-bbolt. * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Add go-go-etcd-io-bbolt. Remove go-etcd-io-bbolt. * gnu/packages/golang.scm (go-etcd-io-bbolt): Remove variable. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I482f22b77b61d4761390742db2ced570cd4de3bd Troy Figiel 2024-06-28gnu: go-github-com-masterminds-sprig: Rename variable....* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig): Rename to go-github-com-masterminds-sprig-v3. [arguments]: <#:import-path>: Reflect import path as seen in go.mod. * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Replace go-github-com-masterminds-sprig with go-github-com-masterminds-sprig-v3. Change-Id: I2d171ff9f719e6664266723ae0483f73cef343c5 Sharlatan Hellseher 2024-06-28gnu: chezmoi: Refresh package style....* gnu/packages/configuration-management.scm (chezmoi): Use G-expressions and list style, re-indent. [arguments]: <#:go>: Set to go-1.21. Change-Id: I5a7a4deffcd8b9102614b3f628a7ddd33ee82633 Sharlatan Hellseher 2024-06-28gnu: chezmoi: Remove propagated inputs....* gnu/packages/configuration-management.scm (chezmoi): Remove propagated inputs. [native-inputs]: Remove go-github-com-google-uuid, go-github-com-huandu-xstrings, go-github-com-imdario-mergo, go-github-com-masterminds-goutils, go-github-com-masterminds-semver, go-github-com-mitchellh-copystructure, go-github-com-mitchellh-reflectwalk, and go-golang-org-x-crypto. Change-Id: Ifeb42652b07827e76c57a0165683200af312faf3 Sharlatan Hellseher