Merge pull request #319657 from SFrijters/python-survey-5.3.1

python3Packages.survey: 5.3.0 -> 5.3.1
This commit is contained in:
Nick Cao 2024-06-14 13:43:13 -04:00 committed by GitHub
commit 6a1c94a536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "survey";
version = "5.3.0";
version = "5.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-jMTtsrEdt3NPy8NfeNPX4YNwjH2gaQfO89Iag/MBS+A=";
hash = "sha256-uNx8Ij28Li9QQjq/S6OP5kft2K8pDu2NyBK6BP/xcw8=";
};
build-system = [