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

python3Packages.pyshp: 2.4.0 -> 2.4.1 (#429906)

parents 20c20899 f008d575
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pyshp";
  version = "2.4.0";
  version = "2.4.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "GeospatialPython";
    repo = "pyshp";
    tag = version;
    hash = "sha256-q1++2pifLZWc562m5cKoL2jLWM4lOnIwEAOqzKArh+w=";
    hash = "sha256-NBZCqCbrCUIowj/EwWfC1vNC1fyNdg7EC06RRi6pul0=";
  };

  nativeCheckInputs = [ pytestCheckHook ];