python3Packages.pyshp: 2.3.1 -> 2.4.0 (#427640)

This commit is contained in:
Nick Cao
2025-07-23 16:45:43 -04:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyshp";
version = "2.3.1";
version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "GeospatialPython";
repo = "pyshp";
rev = version;
hash = "sha256-yfxhgk8a1rdpGVkE1sjJqT6tiFLimhu2m2SjGxLI6wo=";
tag = version;
hash = "sha256-q1++2pifLZWc562m5cKoL2jLWM4lOnIwEAOqzKArh+w=";
};
nativeCheckInputs = [ pytestCheckHook ];