Merge pull request #303013 from r-ryantm/auto-update/python312Packages.survey

python312Packages.survey: 5.2.4 -> 5.3.0
This commit is contained in:
Weijia Wang 2024-04-10 14:38:14 +02:00 committed by GitHub
commit a6543742b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "survey";
version = "5.2.4";
version = "5.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Hr7sYn6V2iw4r3P8mXhYVyUD8JpU2zGq4nG6hHM7gxU=";
hash = "sha256-jMTtsrEdt3NPy8NfeNPX4YNwjH2gaQfO89Iag/MBS+A=";
};
nativeBuildInputs = [