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

This commit is contained in:
Nick Cao
2024-10-22 17:23:22 -04:00
committed by GitHub
@@ -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 = [