aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-22 08:09:10 +0100
committerMarius Bakke <marius@gnu.org>2022-11-22 08:37:26 +0100
commit859a10a47d624167cc2fc603a4bf0c8d618fc9a8 (patch)
tree050cf6f4f5cdda9367acaecf0ad0e359939db9f5 /Makefile.am
parent4147c43a9c10079bdeacedb5ae259990fc0b2f50 (diff)
downloadguix-859a10a47d624167cc2fc603a4bf0c8d618fc9a8.tar.gz
guix-859a10a47d624167cc2fc603a4bf0c8d618fc9a8.zip
gnu: remake: Update to 4.3-1.6.
* gnu/packages/debug.scm (remake): Update to 4.3-1.6.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
://bugs.gnu.org/19219>. * guix/utils.scm (package-name->name+version): New procedure. * gnu/packages.scm (%find-package): Add a FALLBACK? keyword argument. Use the previous method when no package is found. (specification->package+output, specification->package): Adapt documentation to new syntax. * doc/guix.texi (Invoking guix package, Invoking guix import): Likewise. * guix/ui.scm (package-specification->name+version+output): Likewise. * guix/scripts/import/hackage.scm (show-help): Likewise. * tests/guix-build.sh: Adapt to new syntax. * tests/guix-lint.sh: Likewise. * tests/guix-package.sh: Likewise. * tests/ui.scm ("package-specification->name+version+output"): Likewise. * tests/utils.scm ("package-name->name+version"): Likewise. * NEWS: Mention new syntax. Mathieu Lirzin 2016-03-02packages: Factorize package specification search....* gnu/packages.scm (%find-package): New procedure. (specification->package, specification->package+output): Use it. Mathieu Lirzin 2016-02-24Do not check package freshness during upgrade....Fixes <http://bugs.gnu.org/22740>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages.scm (waiting, ftp-open*, check-package-freshness): Remove. * guix/scripts/package.scm (options->installable): Adjust accordingly. * emacs/guix-main.scm (package->manifest-entry*): Likewise. Alex Kost 2015-12-20packages: Remove now redundant graph procedures....These procedures are now redundant with those in (guix graph) and are no longer used since commit a51cbecb. * gnu/packages.scm (vhash-refq, package-dependencies) (package-direct-dependents, package-transitive-dependents) (package-covering-dependents): Remove. Ludovic Courtès