3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #214136 from fabaff/asyauth-bump

python310Packages.asyauth: 0.0.11 -> 0.0.12
This commit is contained in:
Nick Cao 2023-02-03 10:13:01 +08:00 committed by GitHub
commit 8abd8af0ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asyauth";
version = "0.0.11";
version = "0.0.12";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KCG+SdAtpenwDf+5nA2+p8eKrWiJQSdiRyCU+lGf/1o=";
hash = "sha256-ctTuabTfLhYJL/yv0k6oXP7JV0+qRFA0SARI3XopTeM=";
};
propagatedBuildInputs = [