python311Packages.asyncmy: 0.2.8 -> 0.2.9

Diff: https://github.com/long2ice/asyncmy/compare/refs/tags/v0.2.8...v0.2.9
This commit is contained in:
Fabian Affolter 2023-11-29 10:21:26 +01:00
parent 76f642f87f
commit 1e12504ea1

View File

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