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
commit b037889bed
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.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 = [