<
aboutsummaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorkiasoc5 <kiasoc5@disroot.org>2023-06-15 23:36:09 -0400
committerChristopher Baines <mail@cbaines.net>2023-06-20 22:13:46 +0100
commit9d3ce0c408a66433f0ce56ec2ca9dddf966e626d (patch)
treeed8f5b2a3665ec16ce2cc18d646bd0c17f1f6a3b /doc/contributing.texi
parentef6888340a152c6df0acc686787e8d26fbefcc03 (diff)
downloadguix-9d3ce0c408a66433f0ce56ec2ca9dddf966e626d.tar.gz
guix-9d3ce0c408a66433f0ce56ec2ca9dddf966e626d.zip
gnu: batsignal: Update to 1.6.4.
* gnu/packages/monitoring.scm (batsignal): Update to 1.6.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'doc/contributing.texi')
0 files changed, 0 insertions, 0 deletions
8c57809c2c4b1561'>import: pypi: Support extracting dependencies from pyproject.toml....* guix/import/pypi.scm (guess-requirements): Support extracting dependencies from pyproject.toml. * tests/pypi.scm: ("pypi->guix-package, no requires.txt, but wheel."): Renamed from "pypi->guix-package, wheels", remove requires.txt file, because the current implementation cannot detect invalid files. ("pypi->guix-package, no usable requirement file, no wheel."): Renamed from "pypi->guix-package, no usable requirement file.". (test-pyproject.toml): New variable. ("pypi->guix-package, no wheel, no requires.txt, but pyproject.toml"): New test. ("pypi->guix-package, no wheel, but requires.txt and pyproject.toml"): Ditto. Change-Id: Ib525750eb6ff4139a8209420042b28ae3c850764 Reviewed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Lars-Dominik Braun 2024-12-16packages: Use origin file names as their input labels....* guix/packages.scm (add-input-label): Rely on 'origin-actual-file-name' for internal inputs labels. * tests/packages.scm ("this-package-input, origin"): New test. * doc/guix.texi (package Reference): Mention origin lookup for ‘lookup-package-input’ & co. * gnu/packages/base.scm (tzdata)[inputs]: Reintroduce label. * gnu/packages/tex.scm (texlive-hyphen-complete)[inputs]: Likewise. (texlive-newverbs)[native-inputs]: Likewise. Change-Id: I6ba5352b1b1b8ab810da3730b09cb9db61d6429c Co-authored-by: Simon Tournier <zimon.toutoune@gmail.com> Ludovic Courtès