aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/datastructures.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-25 23:18:55 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-25 23:18:55 +0100
commitaeec4a8fc1dce690b5d6aeb163871aca93d50111 (patch)
tree4d8541bf3885a59a1101befd59c7b0e884372619 /gnu/packages/datastructures.scm
parent7d4dae6a8dd4c4d0f19eda4bbe11e7141c80d36f (diff)
downloadguix-aeec4a8fc1dce690b5d6aeb163871aca93d50111.tar.gz
guix-aeec4a8fc1dce690b5d6aeb163871aca93d50111.zip
gnu: python-sqlalchemy: Use PYPI-URI.
* gnu/packages/databases.scm (python-sqlalchemy)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages/datastructures.scm')
0 files changed, 0 insertions, 0 deletions
06331'>graph: Add '--max-depth'....* guix/graph.scm (export-graph): Add #:max-depth and honor it, adding 'depths' argument to 'loop'. * guix/scripts/graph.scm (%options, show-help): Add '--max-depth'. (%default-options): Add 'max-depth'. (guix-graph): Pass #:max-depth to 'export-graph'. * tests/graph.scm ("package DAG, limited depth"): New test. * doc/guix.texi (Invoking guix graph): Document it. Ludovic Courtès