Unverified Commit c79b2a4c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents b7d0c7b0 260d2c65
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 ];