aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/storage.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2023-10-26 00:14:13 +0200
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:04 -0400
commit26709726a80de2d22ab129ff49b38dc1600bf8b2 (patch)
treeb43498aff741668682d523625951e465ac245986 /gnu/packages/storage.scm
parent55cd6b2e3afbe1f0a59395ed4a075bebb2715618 (diff)
downloadguix-26709726a80de2d22ab129ff49b38dc1600bf8b2.tar.gz
guix-26709726a80de2d22ab129ff49b38dc1600bf8b2.zip
gnu: linux-libre 6.1: Update to 6.1.60.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.60. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I026d2956ff6fe82a495e363a6905d7ecba530c89
Diffstat (limited to 'gnu/packages/storage.scm')
0 files changed, 0 insertions, 0 deletions
ges' 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