aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorRick Huijzer <ikbenrickhuyzer@gmail.com>2024-11-12 17:54:24 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:22 +0200
commit28e0a2206bdf95f5faf3c6977651be73b9e41121 (patch)
treeddc38023a8cb8f0b9955243db5751071b0328b11 /manifest.scm
parent3adde132c90bf41558460c150be32d3accfcf325 (diff)
downloadguix-28e0a2206bdf95f5faf3c6977651be73b9e41121.tar.gz
guix-28e0a2206bdf95f5faf3c6977651be73b9e41121.zip
gnu: rust-indoc-2: update to 2.0.5.
* gnu/packages/crates-io.scm (rust-indoc-2): Update to 2.0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I2a631527a96651c5a94c4685e1f644df88b18c6e
Diffstat (limited to 'manifest.scm')
0 files changed, 0 insertions, 0 deletions
td> 2018-11-30guix build: Add '--with-commit'....* guix/git.scm (<git-checkout>)[commit]: New field. (git-checkout-compiler): Honor it. * guix/scripts/build.scm (evaluate-git-replacement-specs): Add 'proc' parameter and honor it. (transform-package-source-branch)[replace]: New procedure. Adjust 'evaluate-git-replacement-specs' accordingly. (transform-package-source-commit): New procedure. (%transformations, %transformation-options) (show-transformation-options-help): Add 'with-commit'. * tests/guix-build-branch.sh: Add test. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès 2018-11-30guix build: Add '--with-branch' transformation option....* guix/scripts/build.scm (evaluate-git-replacement-specs) (transform-package-source-branch): New procedures. (%transformations, %transformation-options): Add 'with-branch'. (show-transformation-options-help): Likewise. * tests/guix-build-branch.sh: New file. * Makefile.am (SH_TESTS): Add it. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès