python310Packages.asyauth: 0.0.3 -> 0.0.4

This commit is contained in:
Fabian Affolter 2022-09-29 01:04:48 +02:00
parent 8be09c8012
commit 7a52f07936

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyauth";
version = "0.0.3";
version = "0.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8qSYaPgidfDH8aebLFtLhLxt253xTHTkC0xwV346KdM=";
hash = "sha256-dKoTagJa3zszr/E2p1HsrtOOdykQw1lsKAEy56zweOQ=";
};
propagatedBuildInputs = [