python310Packages.atenpdu: 0.3.5 -> 0.3.6

This commit is contained in:
Fabian Affolter 2022-12-14 12:52:22 +01:00
parent 48418588a5
commit 0ef86487fd

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "atenpdu";
version = "0.3.5";
version = "0.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MGxlzAEcd2EzIjAjY7/1xg1ZQhyL7dcFmCzfY9+jGJ4=";
hash = "sha256-cl7PZdIdLGvoYd5x7QyjkTBc+pVB9F7En9sxcUoX34Q=";
};
propagatedBuildInputs = [