python3Packages.pyshp: 3.0.1 -> 3.0.2.post1 (#452149)

This commit is contained in:
Nick Cao
2025-10-15 20:16:37 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyshp";
version = "3.0.1";
version = "3.0.2.post1";
pyproject = true;
src = fetchFromGitHub {
owner = "GeospatialPython";
repo = "pyshp";
tag = version;
hash = "sha256-/ziHRjMwzQe3rnMZW9FTT0fyFDPWSv+Tm+tNG67t4gE=";
hash = "sha256-iW8zE/ZRDzSD+uzcHhxey7MxRvWDML3t0/mevz/cvXQ=";
};
build-system = [ hatchling ];