aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-archive.sh
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-09-13 19:03:01 +0200
committerDavid Craven <david@craven.ch>2016-09-13 19:04:43 +0200
commit8feb56b0d4399dc93207a061ddb8582558d3b8cb (patch)
tree098fa901aa66924ecc1c812ac30fe89c88f7148b /tests/guix-archive.sh
parent20f9c6764cb7479264d0d61870135d16898a185e (diff)
downloadguix-8feb56b0d4399dc93207a061ddb8582558d3b8cb.tar.gz
guix-8feb56b0d4399dc93207a061ddb8582558d3b8cb.zip
gnu: u-boot-vexpress_ca9x4: Rename to u-boot-vexpress.
* gnu/packages/u-boot.scm (u-boot-vexpress_ca9x4): Rename.
Diffstat (limited to 'tests/guix-archive.sh')
0 files changed, 0 insertions, 0 deletions
kage-name->name+version"): Likewise. * NEWS: Mention new syntax. 2016-01-06utils: Add 'ensure-keyword-arguments'.Ludovic Courtès * guix/utils.scm (delkw, ensure-keyword-arguments): New procedures. * tests/utils.scm ("ensure-keyword-arguments"): New test. 2015-11-26utils: Add 'canonical-newline-port'.Federico Beffa * guix/utils.scm (canonical-newline-port): New procedure. * tests/utils.scm ("canonical-newline-port"): New test. 2015-10-09utils: Add split procedure.David Thompson * guix/utils.scm (split): New procedure. * tests/utils.scm: Add tests. 2015-05-06search-paths: Export 'string-tokenize*'.Ludovic Courtès * guix/search-paths.scm (string-tokenize*): Export. * tests/utils.scm ("string-tokenize*"): Adjust accordingly. 2015-05-04search-paths: Add 'evaluate-search-paths', from (guix scripts package).Ludovic Courtès * guix/scripts/package.scm (with-null-error-port, evaluate-search-paths): Move to... * guix/search-paths.scm: ... here. * guix/utils.scm (string-tokenize*): Move to... * guix/search-paths.scm: ... here. * tests/utils.scm ("string-tokenize*"): Adjust accordingly.