aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-09-19 20:38:33 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-09-20 07:35:36 +0300
commit99261e8b53d3769fe273f1750f04095e9eb25cb7 (patch)
tree3e7c0ae73db6fe0e24d3048198c26d2267b6733f /.mailmap
parent6ea75bb9bcc52521f0bb3f121799745fdc17f1c9 (diff)
downloadguix-99261e8b53d3769fe273f1750f04095e9eb25cb7.tar.gz
guix-99261e8b53d3769fe273f1750f04095e9eb25cb7.zip
gnu: vnstat: Update to 2.12.
* gnu/packages/networking.scm (vnstat): Update to 2.12. Change-Id: Ib2e65949be0b4c707c055210cc7996bdd2b8fa9d
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions
turns changes to labelled input list") ("changed-inputs returns changes to all labelled input lists"): Remove. * guix/import/cran.scm (maybe-inputs): Expect PACKAGE-INPUTS to be a list of <upstream-input>. (source-dir->dependencies): Return a list of <upstream-input>. (vignette-builders): Likewise. (uri-helper, cran-package-source-url) (cran-package-propagated-inputs, cran-package-inputs): New procedures. (description->package): Use them instead of local definitions. (latest-cran-release): Replace 'input-changes' field by 'inputs'. (latest-bioconductor-release): Likewise. (format-inputs): Remove. * guix/import/hackage.scm (cabal-package-inputs): New procedure. (hackage-module->sexp): Use it. [maybe-inputs]: Expect a list of <upstream-input>. Ludovic Courtès 2022-01-05tests: Add failing tests for changed-inputs on new style inputs....* tests/upstream.scm ("changed-inputs returns changes to plain input list", "changed-inputs returns changes to all plain input lists"): New tests. Ricardo Wurmus 2022-01-05tests: Add tests for changed-inputs on old-style inputs....All these tests pass, because they only test the old-style input alists with labels. * tests/upstream.scm ("changed-inputs returns no changes", "changed-inputs returns changes to labelled input list", "changed-inputs returns changes to all labelled input lists"): New tests. Ricardo Wurmus