python310Packages.asyncmy: 0.2.7 -> 0.2.8

This commit is contained in:
R. Ryantm 2023-06-05 21:24:22 +00:00
parent ed059d6a97
commit d7d559e9dc

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 = [