python313Packages.tinycss2: fetch correct source

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:52 +01:00
parent e1f7d4da32
commit 4e7f741059
@@ -19,10 +19,10 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "kozea";
repo = "tinycss2";
tag = version;
tag = "v${version}";
# for tests
fetchSubmodules = true;
hash = "sha256-Exjxdm0VnnjHUKjquXsC/zDmwA7bELHdX1f55IGBjYk=";
hash = "sha256-GVymUobWAE0YS65lti9dXRIIGpx0YkwF/vSb3y7cpYY=";
};
build-system = [ flit-core ];