Commit graph

144330 commits

Author SHA1 Message Date
Ashish SHUKLA
57e6a56281
gnu: chicken: Update to 5.4.0.
* gnu/packages/chicken.scm (chicken): Update to 5.4.0.

Change-Id: I448bdc25a5cb11e55c7ebb9d9e0cf1876ca958d8
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12 17:41:14 +09:00
Liliana Marie Prikler
a6dab6e915
gnu: libarchive: Graft to 3.7.7. [security fixes]
* gnu/packages/backup.scm (libarchive): Add replacement with libarchive/fixed.
(libarchive/fixed): New variable.

Fixes: Out of bounds access in ZIP files [CVE-2024-37407].
Fixes: Out of bounds access in RAR files [CVE-2024-48957, CVE-2024-48958].
Fixes: Race condition in multi-threaded systems [CVE-2023-30571].
Fixes: NULL pointer dereference [CVE-2022-36227].
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12 17:41:14 +09:00
Sergey Trofimov
0cbd830ebb
gnu: emacs-telega: Update to 0.8.391.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.391.
2024-11-12 12:20:38 +08:00
Sergey Trofimov
8f71526958
gnu: tdlib: Update to 1.8.39.
* gnu/packages/messaging.scm (tdlib): Update to 1.8.39.
2024-11-12 12:20:38 +08:00
Zheng Junjie
cea2e7633d
gnu: liblouisutdml: Update to 2.12.0-0.00ca783.
* gnu/packages/language.scm (liblouisutdml): Update to 2.12.0-0.00ca783.
[arguments]: Use G-expressions.
[native-inputs]: Remove labels.
[propagated-inputs]: Remove labels.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
Change-Id: Iedbcb5b3073f26a42805ae02550a28f6f1abee86
2024-11-12 12:20:38 +08:00
Danny Milosavljevic
ef84004825
gnu: emacs-org-node: Update to 1.7.4.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.7.4.

Change-Id: Ie1da1b7626f9deb9abc64abdb5df544f68e34c4e
2024-11-12 03:55:40 +01:00
Danny Milosavljevic
0cc5b58967
gnu: emacs-org-node: Update to 1.6.1.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.6.1.

Change-Id: I4c0f11db95620d15b7104ae288ce7c68c3fdc46f
2024-11-12 03:46:31 +01:00
Ricardo Wurmus
b790db7589
gnu: r-hdwgcna: Use R build system phases.
* gnu/packages/bioinformatics.scm (r-hdwgcna)[arguments]: Explicitly select
%STANDARD-PHASES from r-build-system module.

Change-Id: I8f6593ab1243884827698cf84d34d9f7aef5c28c
2024-11-11 20:45:16 +01:00
Ricardo Wurmus
c0260cafe5
gnu: Add r-hdwgcna.
* gnu/packages/bioinformatics.scm (r-hdwgcna): New variable.

Change-Id: I1e3c7663a777ee543c53ccee90b6e71f544d89aa
2024-11-11 18:47:58 +01:00
Ricardo Wurmus
ea7510a32f
gnu: Add r-tester.
* gnu/packages/cran.scm (r-tester): New variable.

Change-Id: Id7835b32794b8c34ff7f540f8c7a4cfc1d616ba0
2024-11-11 18:47:49 +01:00
Navid Afkhami
2b781003a4
gnu: Add python-rangehttpserver.
* gnu/packages/python-web.scm (python-rangehttpserver): New variable.

Change-Id: Ib37b29bedb468faf4da5ab5080106c54e50f52c7
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-11-11 12:58:00 +01:00
Navid Afkhami
6e19a94d5a
gnu: Add python-harmonypy.
* gnu/packages/bioinformatics.scm (python-harmonypy): New variable.

Change-Id: Iad8be627099858776163fccfeb27c08129e6fb75
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-11-11 10:43:58 +01:00
Attila Lendvai
9821e967b0
gnu: dropbear: Update to 2024.86.
* gnu/packages/ssh.scm (dropbear): Update to 2024.86.

Change-Id: I1fe9bf0fcaaed3e55ed9a56697d51c5451f3a726
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-11-11 11:19:40 +02:00
Janneke Nieuwenhuizen
035e5f0c74
installer: Support dry-run from Guile via store.
This supports running the installer quasi-directly from Guile by only building
a Guile installer-script in the store.  Do something like:

    ./pre-inst-env guile -c '((@ (gnu installer) run-installer) #:dry-run? #t)'

or and BE VERY CAREFUL WHEN NOT USING #:DRY-RUN #T!

    sudo -E ./pre-inst-env guile -c '((@ (gnu installer) run-installer))'

for this to work, you also need connman.

* gnu/installer.scm (installer-script, run-installer): New procedures.

Change-Id: I8cc1746845ec99f738e35fa91bb2342a674cfa88
2024-11-11 07:28:35 +01:00
Janneke Nieuwenhuizen
711855cb00
installer: Add static-networking template.
* gnu/installer/services.scm (%system-services): Add
static-networking-service-type.

Change-Id: Iec6336f8d1f49e8b801e978d5c9eeb4f83a6e748
2024-11-11 07:28:35 +01:00
Janneke Nieuwenhuizen
687a2ccabc
installer: Add "Kernel" page to select the Hurd.
This adds a "Kernel" page to the installer with the option to (cross-) install
the Hurd, if applicable (only available on x86 machines for now).

* gnu/installer/newt.scm (kernel-page): New procedure.
(newt-installer)[kernel-page]: New field.
* gnu/installer/kernel.scm,
gnu/installer/newt/kernel.scm: New files.
* gnu/local.mk (INSTALLER_MODULES): Add them.
* gnu/installer.scm (installer-steps): Use them to select kernel if
applicable.
* gnu/installer/newt/partition.scm (run-label-page): Default to "msdos" when
instaling the Hurd.
(run-fs-type-page): Add ext2 for the hurd.
(run-partitioning-page-partition): Remove `entire-encrypted' option when
installing the Hurd.
* gnu/installer/services.scm (system-services->configuration): Cater for the
Hurd with %base-services/hurd, and with %base-packages/hurd that must always
be set.
(%system-services): Change to procedure.  When installing the the Hurd, do not
recommend `ntp-service-type' and USE `openssh-sans-x' package for
`openssh-service-type'.
(system-service-none): New variable.
* gnu/installer/newt/services.scm (run-network-management-page): Include it
when installing the Hurd.
(run-desktop-environments-cbt-page): When installing the Hurd, recommend to
not select any desktop enviroment.  Update users.
* gnu/installer/parted.scm (efi-installation?): Return #f when installing for
the Hurd.
(create-ext2-file-system): New procedure.
(user-fs-type-name, user-fs-type->mount-type, partition-filesystem-user-type,
format-user-partitions): Support `ext2'.
(<user-partition> partition->user-partition): Use `ext2' when installing the
Hurd.
(auto-partition!): Likewise.  No swap partition when installing the Hurd.
* gnu/installer/final.scm (install-system): Cater for cross installation of
the Hurd.
(bootloader-configuration): Use `grub-minimal-bootloader' when installing the
Hurd.
(user-partition-missing-modules): Cater for empty user-partitions.
(initrd-configuration, user-partitions->configuration): Cater for the Hurd.
* gnu/installer/steps.scm (format-configuration,
configuration->file): Cater for the Hurd.
* gnu/system/hurd.scm (%desktop-services/hurd): New variable.
* gnu/installer/tests.scm (choose-kernel): New procedure.
* gnu/tests/install.scm (gui-test-program): Use it.

Change-Id: Ifafb27b8a2f933944c77223a27ec151757237e36
2024-11-11 07:28:35 +01:00
Janneke Nieuwenhuizen
9aeb8e3dee
installer: Add dry-run?
This allows running the installer without root privileges.  Do something like

    ./pre-inst-env guix repl
    ,use (guix)
    ,use (gnu installer)
    (installer-program #:dry-run? #t)
    ,build $1
    =>
    "/gnu/store/...-installer-program"

and run

    /gnu/store/...-installer-program

* gnu/installer/newt.scm (locale-page): Add #:dry-run? parameter.
(keymap-page): Likewise.
* gnu/installer/newt/keymap.scm (run-keymap-page): Likewise.
* gnu/installer/steps.scm (run-installer-steps): Likewise.  Use it to skip
writing to socket.
* gnu/installer/newt/final.scm (run-final-page): Rename to...
(run-final-page-install): ...this.
(dry-run-final-page, run-final-page): New procedures.
* gnu/installer/parted.scm (bootloader-configuration): Cater for empty user
partitions.
* gnu/installer/utils.scm (dry-run-command): New procedure.
* gnu/installer.scm (compute-locale-step): Add #:dry-run? parameter.  Use it
to avoid actually applying locale.
(compute-keymap-step): Add dry-run? parameter.  Pass it to
keymap-page.
(installer-program): Add #:dry-run? parameter.  If #:true
avoid writing to /proc, use dry-run-command, skip sync and reboot, and pass
dry-run? to...
(installer-steps): ...here.  Add #:dry-run? parameter.  Use it to disable
skip network, substitutes, partitioning pages, and pass it to...
compute-locale-step, compute-keymap-step, and final-page.

Change-Id: I0ff4c3b0a0c69539af617c27ba37654beed44619
2024-11-11 07:28:35 +01:00
Janneke Nieuwenhuizen
cca544513b
installer: Use `%' for parameter %run-command-in-installer.
* gnu/installer/utils.scm (run-command-in-installer): Rename to...
(%run-command-in-installer): ...this.
* gnu/installer.scm (installer-program): Update accordingly.
* gnu/installer/parted.scm (remove-logical-devices, create-btrfs-file-system,
create-ext4-file-system, create-fat16-file-system, create-fat32-file-system,
create-jfs-file-system, create-ntfs-file-system, create-xfs-file-system,
create-swap-partition, luks-format-and-open, luks-ensure-open, luks-close):
Update accordingly.

Change-Id: I96ebc59ebc85fd8ebccb0cc57130b4e7532d287f
2024-11-11 07:28:34 +01:00
Janneke Nieuwenhuizen
e57bc3bcde
installer: Fix file-name typos.
* gnu/installer/newt/page.scm (run-dump-page): Typo file-name.
* gnu/installer/utils.scm (open-new-log-port): Likewise.

Change-Id: I837991a0ee5054b3afa8328205e23ac6f9fbae8d
2024-11-11 07:28:34 +01:00
Janneke Nieuwenhuizen
31f687f258
installer: Use "partitioning-page" consistently.
Having `partition-page' function call `RUN-partititionING-page' where all
other proxy functions call `RUN-<name>' hurts my brain while refactoring.

* gnu/installer/record.scm (<installer>)[partition-page]: Rename to...
[partitioning-page]: ...this.
* gnu/installer/newt.scm (partitioning-page, newt-installer): Update
accordingly.
* gnu/installer.scm (installer-steps): Update accordingly.

Change-Id: I6b2f3459a3d0a7a89260224b7d8438676e3411ba
2024-11-11 07:28:34 +01:00
Janneke Nieuwenhuizen
a08bb21376
installer: Align comments.
* gnu/installer.scm (installer-program): Align comments.

Change-Id: I50c173c46ea9bfdb3da0562146bc969d46f0edd9
2024-11-11 07:28:34 +01:00
Janneke Nieuwenhuizen
f7aa7acc22
installer: Remove unused (newt) imports.
* gnu/installer/newt/ethernet.scm,
gnu/installer/newt/keymap.scm,
gnu/installer/newt/locale.scm,
gnu/installer/newt/parameters.scm,
gnu/installer/newt/services.scm: Remove (newt).

Change-Id: Ia6624aaf73491024da54b8ffee7358941b187fdf
2024-11-11 07:28:34 +01:00
Janneke Nieuwenhuizen
a84586dad6
maint: Add installer dependencies to the manifest.
* manifest.scm: Add guile-newt, guile-parted, guile-webutils.

Change-Id: Idcf46320d29c15f36da05f66e81b7779e37c1bf6
2024-11-11 07:28:34 +01:00
Janneke Nieuwenhuizen
2390db7f46
system: examples: Add devel-hurd.tmpl.
This operating system specification for the Hurd creates a system that
supports building the guix package from git natively.

Do something like

    ./pre-inst-env guix system build --target=i586-pc-gnu \
       gnu/system/examples/devel-hurd.tmpl

    ./pre-inst-env guix system image --image-type=hurd-qcow2 --image-size=15G \
       --no-offload gnu/system/examples/devel-hurd.tmpl

    cp /gnu/store/...disk-image devel.img

    guix shell qemu -- qemu-system-i386 -enable-kvm -m 4096 \
     -device rtl8139,netdev=net0                            \
     -netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \
     -hda devel-hurd.img

    ssh -p 10022 root@localhost
    GUIX_PROFILE=/run/current-system/bootstrap-profile
    source $GUIX_PROFILE/etc/profile
    mkdir -p ~/src/guix
    cd src/guix
    git clone git://git.savannah.gnu.org/guix
    cd guix
    ./bootstrap
    ./configure --with-courage
    make

* gnu/system/examples/devel-hurd.tmpl: New file.

Change-Id: I097c7c00a9ab9602db7f8f3305827c815f308d1e
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
f2cefd700d
hurd-boot: Support second boot.
* gnu/build/hurd-boot.scm (boot-hurd-system): Check for stale shepherd socket
and remove it.  Be chattier about /hurd symlink replacement.

Change-Id: I5e528c131ebeadb7ebc9727336a0f9301af3e68e
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
b25d2ad5c7
gnu: hurd: Support second boot.
This avoids hanging upon second boot and ensures a declarative /hurd and /dev.

* gnu/packages/patches/hurd-startup.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/hurd.scm (hurd): Use it.
[arguments]: In stage create-runsystem remove /dev/urandom.

Change-Id: Ifcca5562c297204735c35132820a32ca0f273677
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
a16c94446e
system: hurd: Add swap-services to hurd-default-essential-services.
* gnu/services/base.scm (swap-service-type): Do not include 'udev' requirement
for the Hurd.  Use system* with "swapon", "swapoff" for the Hurd.
* gnu/system.scm (hurd-default-essential-services): Add swap-services.
* gnu/services/base.scm (swap-service-type):

Change-Id: I1d4d445c614921752dc84aa0dd6ff42cdbf62aa8
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
6dbfe1a118
system: hurd: Remove qemu networking from %base-services/hurd.
This allows us to use %base-services/hurd for services in a Hurd config for a
real machine without removing static-networking.

* gnu/system/hurd.scm (%base-services/hurd): Factor networking out to...
(%base-services+qemu-networking/hurd): ..this new variable.
* gnu/system/examples/bare-hurd.tmpl (%hurd-os): Use it.
* gnu/services/virtualization.scm (%hurd-vm-operating-system): Use it.
* gnu/system/images/hurd.scm (hurd-barebones-os): Use it.  Add comment about
QEMU and networking for a real machine.

Change-Id: I777a63410383b9bf8b5740e4513dbc1e9fb0fd41
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
fdb23d9db8
bootloader: grub: Remove hardcoded partition number for the Hurd.
This supports using another than the default DISK0 PART1 and using LABEL or
UUID as root file-system specifier.  It still defaults to DISK0 PART1 if
the file-system cannot be found, i.e., lives only at the build side: A
virtual machine/childhurd build.

* gnu/build/file-systems.scm (%hurd-device-spec-regexp, %device-spec-regexp):
New variables.
(device-name->hurd-device-name, hurd-device-name->device-name,
device-spec->device, device-spec->device-name): Use them in new procedures.
* gnu/bootloader/grub.scm (make-grub-configuration): Use them to remove
hardcoded partition number (root-index 1).

Change-Id: I49fa93dacc09883dfb4d695402c5eac2e0e17286
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
046d6d9f8e
guix system: When installing the Hurd, create essential devices.
* guix/scripts/system.scm (install): When installing the Hurd, invoke
`make-hurd-device-nodes'.

Change-Id: If84d5fe0b5bf4a93452f0b5241650f325d583543
2024-11-11 07:28:32 +01:00
Janneke Nieuwenhuizen
4f94f07b1f
reconfigure: Use native bootloader package for running the installer.
This fixes running grub-install when using guix system init --target.

* guix/scripts/system/reconfigure.scm (install-bootloader): Use native package
when invoking install-bootloader-program.

Change-Id: I48d80a8dff866ada3625d827dd3036fb966eee9a
2024-11-11 07:28:29 +01:00
Leo Famulari
9cdcfb52ac
gnu: linux-libre 6.11: Disable a debugging option in the kernel configs.
Reported by dariqq: <https://issues.guix.gnu.org/74280>.

This is a followup to commit 92910f5413.

* gnu/packages/aux-files/linux-libre/6.11-i686.conf,
gnu/packages/aux-files/linux-libre/6.11-x86_64.conf: Disable
CONFIG_DRM_I915_REPLAY_GPU_HANGS_API.

Change-Id: I345aba7b19d3e7c3e28fec2e6ed2d7bdbc2099c9
2024-11-10 15:28:35 -05:00
Jonathan Brielmaier
ee3219996b
gnu: icedove: Update to 115.16.2.
* gnu/packages/gnuzilla.scm (icedove): Update to 115.16.2.

Change-Id: Ibe020ce42e5503980ef4120863dc1c6e4fb40eb7
2024-11-10 16:03:02 +01:00
Lars-Dominik Braun
aa2ccd6350
gnu: ultrastar-deluxe: Update to 2024.10.0.
* gnu/packages/games.scm (ultrastar-deluxe): Bump version.
[inputs]: Use ffmpeg 6 and ttf output of font-google-noto.

Change-Id: I105c352abd8296a73dde54fecdfc6de7692e712e
2024-11-10 11:21:16 +01: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
07c00e13eb
build/go: fix-embed-files: Adjust procedure docstring.
This is a follow up adjustment, proposed by Maxim Cournoyer
<maxim.cournoyer@gmail.com> in <https://issues.guix.gnu.org/73299>.

* guix/build/go-build-system.scm (fix-embed-files): Improve the grammar
and style, and provide a URL to the raw source file for reference.

Change-Id: I78824b92d70a2431f61d11e8737bca6a2ddea3fa
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
47dfe96eb6
gnu: run: Update to 0.11.2.
* gnu/packages/task-runners.scm (run): Update to 0.11.2. Adjust package
style by shiftin order of fields.
[arguments]: Do not install sources.
[propagated-inputs]: Remove go-github-com-tekwizely-go-parsing.
[native-inputs]: Add go-github-com-goreleaser-fileglob,
go-github-com-subosito-gotenv, and
go-github-com-tekwizely-go-parsing.

Change-Id: I02e4384aee83a3000c159e9d74fe1e94505ce9a7
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
d26bb26b87
gnu: Add go-github-com-goreleaser-fileglob.
* gnu/packages/golang-xyz.scm (go-github-com-goreleaser-fileglob): New variable.

Change-Id: I068cad724f0aabeda01e09c4ce9ea48c6b344424
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
c7e9c98ef6
gnu: Add go-github-com-matryer-is.
* gnu/packages/golang-check.scm (go-github-com-matryer-is): New variable.

Change-Id: I215a7291620b7c2fc34ae759801466856e829263
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
d19a9e553a
gnu: Add go-github-com-caarlos0-testfs.
* gnu/packages/golang-check.scm (go-github-com-caarlos0-testfs): New variable.

Change-Id: Iab47c0954592981c780a3e9a9afab1d0fe0f6e85
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
0a2817cb05
gnu: packages/high-availability: Remove golang module.
Do not import not required module.

Change-Id: I2cb09c65d9e587add5def8a7c9087e89f40860c8
2024-11-09 21:33:55 +00:00