aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-06-12 11:16:30 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-06-12 11:16:30 +0200
commit541823b31867d9a6e05f9dcdfe15c2cd1a2c5f58 (patch)
tree980f40d3a18de04b37b96c9fcab0ac00fcc7e51b /gnu/packages.scm
parenta12ec47cbd1c56774f3145120ee9e48e76c90032 (diff)
downloadguix-541823b31867d9a6e05f9dcdfe15c2cd1a2c5f58.tar.gz
guix-541823b31867d9a6e05f9dcdfe15c2cd1a2c5f58.zip
gnu: r-hdf5array: Update to 1.24.1.
* gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.24.1.
Diffstat (limited to 'gnu/packages.scm')
0 files changed, 0 insertions, 0 deletions
7dcaf6d63dbf2403714d62de8e5a'>system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD....* gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD. Ludovic Courtès 2021-12-12services: Define '%loopback-static-networking'....* gnu/services/base.scm (%loopback-static-networking): New variable. (%base-services): Use it. * gnu/system/hurd.scm (%base-services/hurd): Use it. * gnu/system/install.scm (%installation-services): Use it. * doc/guix.texi (Networking Setup): Document it. Ludovic Courtès 2021-12-12services: Define '%qemu-static-networking'....* gnu/services/base.scm (%qemu-static-networking): New variable. * gnu/system/hurd.scm (%base-services/hurd): Use it. * doc/guix.texi (Networking Setup): Document it. Ludovic Courtès 2021-12-12services: static-networking: Change interface to mimic netlink....* gnu/services/base.scm (<static-networking>)[interface, ip, netmask] [gateway]: Remove. [addresses, links, routes]: New fields. [requirement]: Default to '(udev). (<network-address>, <network-link>, <network-route>): New record types. (ensure-no-separate-netmask, %ensure-no-separate-netmask): Remove. (ipv6-address?, cidr->netmask, ip+netmask->cidr) (network-set-up/hurd, network-tear-down/hurd) (network-set-up/linux, network-tear-down/linux) (static-networking->hurd-pfinet-options): New procedures. (static-networking-shepherd-service): New procedure. (static-networking-shepherd-services): Rewrite in terms of the above. (static-networking-service): Deprecate. Adjust to new 'static-networking' API. (%base-services): Likewise. * gnu/system/install.scm (%installation-services): Likewise. * gnu/system/hurd.scm (%base-services/hurd): Likewise, and separate 'loopback' from 'networking'. * gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove "servers/socket/2". * gnu/tests/networking.scm (run-openvswitch-test)["networking has started on ovs0"]: Check for 'networking instead of 'networking-ovs0, which is no longer provided. * doc/guix.texi (Networking Setup): Document the new interface. Remove documentation of 'static-networking-service'. (Virtualization Services): Change Ganeti example to use the new interface. Ludovic Courtès 2021-10-18system: hurd: Add 'info-reader' to %BASE-PACKAGES/HURD....* gnu/system/hurd.scm (%base-packages/hurd): Add INFO-READER. Ludovic Courtès