python3Packages.survey: 3.4.2 -> 3.4.3

This commit is contained in:
Stefan Frijters 2021-04-24 09:55:46 +02:00
parent 82be9d3497
commit 7c5e7d69eb
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -1,16 +1,19 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchPypi
, wrapio
}:
buildPythonPackage rec {
pname = "survey";
version = "3.4.2";
version = "3.4.3";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-aF7ZS5oxeIOb7mJsrusdc3HefcPE+3OTXcJB/pjJxFY=";
sha256 = "sha256-TK89quY3bpNIEz1n3Ecew4FnTH6QgeSLdDNV86gq7+I=";
};
propagatedBuildInputs = [