python312Packages.survey: 5.2.4 -> 5.3.0

This commit is contained in:
R. Ryantm 2024-04-10 03:55:46 +00:00
parent c81c241415
commit abc985ddf0
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 = [