Merge pull request #236158 from r-ryantm/auto-update/python310Packages.asyncmy

python310Packages.asyncmy: 0.2.7 -> 0.2.8
This commit is contained in:
Nick Cao 2023-06-05 20:37:28 -06:00 committed by GitHub
commit 5ff9b00c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asyncmy";
version = "0.2.7";
version = "0.2.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "long2ice";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mkYh1fmhtBZ2DyL7a2RduTm+ig4Xnk5Ps1Tm0DS/OEc=";
hash = "sha256-2DqQclwTfHo3YFlJ7xL3cVnhGyS4ZE7VYYv6TBqRNL0=";
};
nativeBuildInputs = [