diff options
| author | Greg Hogan <code@greghogan.com> | 2025-08-20 16:26:02 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-21 18:40:20 +0000 |
| commit | c082db6ceb5e1b5ca2c78a2061ddc604899456a3 (patch) | |
| tree | 6f5898510d0f2e55a5277ca7fe5a15c5669641d5 /gnu/packages/python-xyz.scm | |
| parent | e2ae1fdf7fa26eb631ceade5e37e60df9dbe9e59 (diff) | |
gnu: python-setuptools-git: Switch to pinned input.
* gnu/packages/python-xyz.scm (python-setuptools-git)[native-inputs]:
Replace git-minimal with git-minimal/pinned.
Change-Id: I75f97bec33bf86da673bd17e134f623e70238565
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3de332120e..41d9490199 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27966,7 +27966,7 @@ belong to tagged versions.") (invoke "git" "config" "--global" "user.email" "guix") (invoke "git" "config" "--global" "user.name" "guix")))))) (native-inputs - (list git-minimal python-setuptools python-wheel)) + (list git-minimal/pinned python-setuptools python-wheel)) (home-page "https://github.com/msabramo/setuptools-git") (synopsis "Setuptools revision control system plugin for Git") (description |
