python39Packages.titlecase: fix version number (#158433)
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
0e0e00e71f
commit
1c239a1c4f
@ -4,6 +4,7 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, regex
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -20,6 +21,12 @@ buildPythonPackage rec {
|
||||
sha256 = "169ywzn5wfzwyknqavspkdpwbx31nycxsxkl7iywwk71gs1lskkw";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
regex
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user