python39Packages.titlecase: fix version number (#158433)

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
Sandro
2022-02-07 11:37:26 +01:00
committed by GitHub
co-authored by Jonathan Ringer
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
];