python3Packages.pypng: ref -> tag, nativeBuildInputs -> build-system

`hash` did not change
This commit is contained in:
Benjamin Sparks
2025-09-15 23:32:41 +02:00
parent c1a2638df6
commit ee4b3f9fac
@@ -14,11 +14,11 @@ buildPythonPackage rec {
src = fetchFromGitLab {
owner = "drj11";
repo = "pypng";
rev = "refs/tags/${pname}-${version}";
tag = "pypng-${version}";
hash = "sha256-tTnsGCAmHexDWm/T5xpHpcBaQcBEqMfTFaoOAeC+pDs=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
patches = [
# pngsuite is imported by code/test_png.py but is not defined in