diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-27 15:36:11 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-15 22:52:39 +0900 |
| commit | b8d73330f31c02116fe9b33b6ade6f5f3846d248 (patch) | |
| tree | 014610c409bad468b6a29778ca92d6ca6dce7461 /gnu/packages/python-check.scm | |
| parent | a4977e9521a0bbdace90a03e12ffc1e07cb6bd6d (diff) | |
gnu: python-pytest-home: Use git-minimal/pinned.
* gnu/packages/python-check.scm (python-pytest-home)[native-inputs]:
Replace git-minimal with git-minimal/pinned.
Merges: https://codeberg.org/guix/guix/pulls/6741
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 04cdd85f010..35e99ee4835 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -3342,7 +3342,7 @@ import them in their actual tests to use them.") | |||
| 3342 | (build-system pyproject-build-system) | 3342 | (build-system pyproject-build-system) |
| 3343 | (propagated-inputs (list python-pytest)) | 3343 | (propagated-inputs (list python-pytest)) |
| 3344 | (native-inputs | 3344 | (native-inputs |
| 3345 | (list git-minimal | 3345 | (list git-minimal/pinned |
| 3346 | python-pytest | 3346 | python-pytest |
| 3347 | python-setuptools | 3347 | python-setuptools |
| 3348 | python-setuptools-scm)) | 3348 | python-setuptools-scm)) |
