aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-08 14:39:23 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-08 14:39:23 +0100
commit0a54ba43531419d2470d91c6ae94047cc516c3ab (patch)
tree0998c32a0459026c38831e9a52d9046276a05ff5 /gnu/packages/ebook.scm
parentdb74cfcf36ddd56a199cc919b2e5b5e580133922 (diff)
downloadguix-0a54ba43531419d2470d91c6ae94047cc516c3ab.tar.gz
guix-0a54ba43531419d2470d91c6ae94047cc516c3ab.zip
gnu: nushell: Update to 0.44.0.
* gnu/packages/shells.scm (nushell): (rust-nu-ansi-term-0.44): (rust-nu-cli-0.44): (rust-nu-command-0.44): (rust-nu-completion-0.44): (rust-nu-data-0.44): (rust-nu-engine-0.44): (rust-nu-errors-0.44): (rust-nu-json-0.44): (rust-nu-parser-0.44): (rust-nu-path-0.44): (rust-nu-plugin-0.44): (rust-nu-plugin-binaryview-0.44): (rust-nu-plugin-chart-0.44): (rust-nu-plugin-from-bson-0.44): (rust-nu-plugin-from-sqlite-0.44): (rust-nu-plugin-inc-0.44): (rust-nu-plugin-match-0.44): (rust-nu-plugin-selector-0.44): (rust-nu-plugin-start-0.44): (rust-nu-plugin-textview-0.44): (rust-nu-plugin-to-bson-0.44): (rust-nu-plugin-to-sqlite-0.44): (rust-nu-plugin-tree-0.44): (rust-nu-plugin-xpath-0.44): (rust-nu-pretty-hex-0.44): (rust-nu-protocol-0.44): (rust-nu-serde-0.44): (rust-nu-source-0.44): (rust-nu-table-0.44): (rust-nu-test-support-0.44): (rust-nu-value-ext-0.44): Update to 0.44.0.
Diffstat (limited to 'gnu/packages/ebook.scm')
0 files changed, 0 insertions, 0 deletions
/span>Ludovic Courtès 2022-04-10services: herd: Adjust to <live-service> changes....This is a followup to a2c759c8304c461d096ab763568e7f71546ff4e8. * guix/scripts/system/reconfigure.scm (running-services): Fill in the 'transient?' field of <live-service>. * tests/services.scm ("shepherd-service-upgrade: one unchanged, one upgraded, one new") ("shepherd-service-upgrade: service depended on is not unloaded") ("shepherd-service-upgrade: obsolete services that depend on each other"): Adjust calls to 'live-service'. Ludovic Courtès