aboutsummaryrefslogtreecommitdiff
path: root/po/packages/sv.po
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2024-11-22 19:44:07 -0300
committerVinicius Monego <monego@posteo.net>2024-12-21 14:52:59 -0300
commitf73ae4629f9c71e13a2a0959ca3a2707189433e4 (patch)
tree33502c9b529e0997ee020e20cd21d4778c48bcd8 /po/packages/sv.po
parenta6bba82547c594033b54ab63655884a53fb501c1 (diff)
downloadguix-f73ae4629f9c71e13a2a0959ca3a2707189433e4.tar.gz
guix-f73ae4629f9c71e13a2a0959ca3a2707189433e4.zip
gnu: python-symengine: Update to 0.13.0.
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.13.0. Change-Id: I36e949030a831550d36ef037f93ebde53537fbc6
Diffstat (limited to 'po/packages/sv.po')
0 files changed, 0 insertions, 0 deletions
daters): Set! it. * guix/transformations.scm (transform-package-latest): New procedure. (%transformations): Add 'with-latest'. (%transformation-options, show-transformation-options-help/detailed): Add '--with-latest'. * tests/transformations.scm ("options->transformation, with-latest"): New test. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès 2020-12-27transformations: Add '--with-patch'....Suggested by Philippe Swartvagher <philippe.swartvagher@inria.fr>. * guix/transformations.scm (transform-package-patches): New procedure. (%transformations): Add it as 'with-patch'. (%transformation-options, show-transformation-options-help/detailed): Add '--with-patch'. * tests/transformations.scm ("options->transformation, with-patch"): New test. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès 2020-12-21tests: Check the effect of '--without-tests' on implicit inputs....* tests/transformations.scm ("options->transformation, without-tests"): Ensure TAR has #:tests? #f. Ludovic Courtès 2020-10-31guix build: Move transformation options to (guix transformations)....* guix/transformations.scm: New file. * tests/scripts-build.scm: Rename to... * tests/transformations.scm: ... this. * Makefile.am (MODULES): Add 'guix/transformations.scm'. (SCM_TESTS): Adjust to rename. * guix/scripts/build.scm (numeric-extension?) (tarball-base-name, <downloaded-file>, download-to-store*) (compile-downloaded-file, package-with-source) (transform-package-source, evaluate-replacement-specs) (transform-package-inputs, transform-package-inputs/graft) (%not-equal, package-git-url, evaluate-git-replacement-specs) (transform-package-source-branch, transform-package-source-commit) (transform-package-source-git-url, package-dependents/spec) (package-toolchain-rewriting, transform-package-toolchain) (transform-package-with-debug-info, transform-package-tests) (%transformations, transformation-procedure, %transformation-options) (show-transformation-options-help, options->transformation) (package-transformations): Move to (guix transformations). * guix/scripts/environment.scm: Adjust accordingly. * guix/scripts/graph.scm: Likewise. * guix/scripts/install.scm: Likewise. * guix/scripts/pack.scm: Likewise. * guix/scripts/package.scm: Likewise. * guix/scripts/upgrade.scm: Likewise. * po/guix/POTFILES.in: Add 'guix/transformations.scm'. Ludovic Courtès