Merge pull request #215678 from erikarvstedt/fix-flit-scm-src-2

python3Packages.flit-scm: Fix src hash
This commit is contained in:
Martin Weinelt
2023-02-10 13:21:14 +00:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "WillDaSilva";
repo = "flit_scm";
rev = "refs/tags/${version}";
hash = "sha256-K5sH+oHgX/ftvhkY+vIg6wUokAP96YxrTWds3tnEtyg=";
hash = "sha256-2nx9kWq/2TzauOW+c67g9a3JZ2dhBM4QzKyK/sqWOPo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;