python3Packages.flit-scm: Fix src hash

The fetcher params were changed in the previous commit (de08f0ba6d),
but the hash wasn't updated.
This commit is contained in:
Erik Arvstedt 2023-02-10 12:12:42 +01:00
parent 9be52f693f
commit 400212a902
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

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;