Commit 260d2c65 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyshp: 2.3.1 -> 2.4.0

parent 8cf338f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];