gnu: Rename 'git-minimal/fixed' to 'git-minimal/pinned'.

* gnu/packages/version-control.scm: Rename variable 'git-minimal/fixed' to
'git-minimal/pinned', add depreciation.
* gnu/packages/erlang.scm (erlang-erlware-commons)[native-inputs]: Replace
'git-minimal/fixed' with 'git-minimal/pinned'.
(rebar3-git-vsn)[inputs]: Likewise.
* gnu/packages/gnome.scm (gnome-photos)[native-inputs]: Likewise.
* gnu/packages/gtk.scm (graphene)[native-inputs]: Likewise.
* gnu/packages/haskell.scm (ghc-8.8, ghc-8.10)[native-inputs]: Likewise.
* gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Likewise.
* gnu/packages/ocaml.scm (opam, ocamlformat)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-check-manifest)[native-inputs]: Likewise.
(python-scikit-build)[native-inputs]: Likewise.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Simon Tournier 2023-02-01 10:36:00 +01:00 committed by Liliana Marie Prikler
parent b640402063
commit 44f43603d3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
8 changed files with 17 additions and 12 deletions

View file

@ -25933,7 +25933,7 @@ also be usable with other GSSAPI mechanisms.")
(invoke "git" "config" "--global"
"protocol.file.allow" "always"))))))
(native-inputs
(list git-minimal/fixed python-pytest))
(list git-minimal/pinned python-pytest))
(propagated-inputs
(list python-pypa-build python-setuptools python-tomli))
(home-page "https://github.com/mgedmin/check-manifest")
@ -28578,7 +28578,7 @@ and frame grabber interface.")
(native-inputs
(list cmake-minimal
gfortran
git-minimal/fixed ;for tests
git-minimal/pinned ;for tests
ninja
python-coverage
python-cython