Merge pull request #227564 from fabaff/atenpdu-bump

python310Packages.atenpdu: 0.5.0 -> 0.6.0
This commit is contained in:
Fabian Affolter
2023-04-22 12:06:33 +02:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "atenpdu";
version = "0.5.0";
version = "0.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uUi6NtiHt3wWU4hrC6RNVEDBcoBCgkpwKyePq1VxO0c=";
hash = "sha256-E/cRjbispHiS38BdIvOKD4jOFrDmpx8L4eAlMV8Re70=";
};
propagatedBuildInputs = [