python3Packages.survey: 5.4.0 -> 5.4.2

This commit is contained in:
Stefan Frijters
2024-10-21 12:23:38 +02:00
parent f8f18110b6
commit 076162abbe
@@ -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 = [