python3Packages.pyshp: 2.3.1 -> 2.4.0

This commit is contained in:
R. Ryantm
2025-07-23 04:36:15 +00:00
parent 8cf338f2bd
commit 260d2c6552
@@ -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 ];