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

python3Packages.survey: 5.4.0 -> 5.4.2 (#350205)

parents 803c3fec 076162ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "survey";
  version = "5.4.0";
  version = "5.4.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-JT0tcNBReNdfbZrwSgv0OFcBz9Hp1N5JF4nP9oXfTJs=";
    hash = "sha256-4vnjtSbw2y/o+fSWDl/CqTEZkl0jULGOLURdZ0BpKvY=";
  };

  build-system = [