Merge pull request #206064 from fabaff/atenpdu-bump

python310Packages.atenpdu: 0.3.5 -> 0.3.6
This commit is contained in:
Fabian Affolter 2022-12-14 17:39:07 +01:00 committed by GitHub
commit 15fd048873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [